diff --git a/src/App.tsx b/src/App.tsx index cf804b9..4ad98ff 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,7 @@ "use client"; import React from "react"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider/ThemeProvider"; import NavbarFloating from "@/components/ui/NavbarFloating"; import HeroBrand from "@/components/sections/hero/HeroBrand"; import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit";