Update src/app/page.tsx

This commit is contained in:
2025-12-26 09:18:01 +00:00
parent 0c96205262
commit 9c1f50764b

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';