Update src/App.tsx

This commit is contained in:
2026-05-31 20:12:28 +00:00
parent 3c41ebfc68
commit c076c3e0a5

View File

@@ -1,7 +1,7 @@
"use client";
import React from "react";
import ThemeProvider from "@/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarFloating from "@/components/ui/NavbarFloating";
import HeroBrand from "@/components/sections/hero/HeroBrand";
import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit";