Update src/app/page.tsx

This commit is contained in:
2025-12-19 14:10:40 +00:00
parent 26082405cf
commit 5a640599d4

View File

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