Update src/App.tsx

This commit is contained in:
2026-05-09 18:49:31 +00:00
parent f6ab437a99
commit 20efefc9cd

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/providers/theme-provider/ThemeProvider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarFloating from "@/components/ui/NavbarFloating";
import HeroSplitVerticalMarquee from "@/components/sections/hero/HeroSplitVerticalMarquee";
import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit";