diff --git a/src/App.tsx b/src/App.tsx index 9374275..fe53869 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,6 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarInline from "@/components/ui/NavbarInline"; import HeroSplitVerticalMarquee from "@/components/sections/hero/HeroSplitVerticalMarquee"; import FeaturesBorderGlow from "@/components/sections/features/FeaturesBorderGlow"; +import ThemeProvider from "@/app/providers/theme-provider/ThemeProvider"; import ProductRatingCards from "@/components/sections/product/ProductRatingCards"; import AboutTestimonial from "@/components/sections/about/AboutTestimonial"; import SocialProofMarquee from "@/components/sections/social-proof/SocialProofMarquee";