From f6ab437a9917fe15bd9e27f3ca9c3b469a433d94 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 18:48:44 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 6938f25..15a068d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from "@/providers/theme-provider/ThemeProvider"; import NavbarFloating from "@/components/ui/NavbarFloating"; import HeroSplitVerticalMarquee from "@/components/sections/hero/HeroSplitVerticalMarquee"; import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; @@ -30,6 +30,7 @@ export default function AppPage() { >