Bob AI: fix build error in src/pages/HomePage.tsx
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion';
|
||||
import FeaturesBento from '@/components/sections/features/FeaturesBento';
|
||||
import _FeaturesBento from '@/components/sections/features/FeaturesBento';
|
||||
const FeaturesBento = _FeaturesBento as any;
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee';
|
||||
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
|
||||
|
||||
Reference in New Issue
Block a user