Update src/app/page.tsx

This commit is contained in:
2025-12-25 16:28:20 +00:00
parent a66bc50967
commit 1b57f21a21

View File

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