Update src/App.tsx

This commit is contained in:
2026-05-31 20:13:17 +00:00
parent c076c3e0a5
commit cbad041f5e

View File

@@ -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";