Update src/app/page.tsx

This commit is contained in:
2026-01-21 11:53:46 +00:00
parent 8a8c5d4e48
commit 11eebf9534

View File

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