Bob AI: fix build error in src/pages/HomePage.tsx
This commit is contained in:
@@ -4,7 +4,8 @@ import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetail
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
|
||||
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
|
||||
import _TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
|
||||
const TestimonialColumnMarqueeCards = _TestimonialColumnMarqueeCards as any;
|
||||
import { Layout, Type, Zap } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user