Update src/app/page.tsx

This commit is contained in:
2025-12-23 12:08:50 +00:00
parent e6f794c519
commit 1c736e5b47

View File

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