Bob AI: fix build errors (attempt 1)
This commit is contained in:
@@ -3,16 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Clock, Sparkles } from "lucide-react";
|
||||
|
||||
// Missing import for NavbarStyleFullscreen - component not found in registry
|
||||
// Missing import for HeroOverlay - component not found in registry
|
||||
// Missing import for MediaAbout - component not found in registry
|
||||
// Missing import for FeatureCardMedia - component not found in registry
|
||||
// Missing import for ProductCardOne - component not found in registry
|
||||
// Missing import for TestimonialCardOne - component not found in registry
|
||||
// Missing import for FaqBase - component not found in registry
|
||||
// Missing import for ContactSplitForm - component not found in registry
|
||||
// Missing import for FooterMedia - component not found in registry
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { Suspense } from "react";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog";
|
||||
import { useProductCatalog } from "@/hooks/useProductCatalog";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user