From 3ce44f878deb130a5f56abd356fe0f33f0cb4a95 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 12 May 2026 18:35:27 +0000 Subject: [PATCH] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) 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";