Update src/app/page.tsx

This commit is contained in:
2025-12-26 17:06:49 +00:00
parent a1cf3f209a
commit 6343cec119

View File

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