Update src/app/page.tsx

This commit is contained in:
2025-12-27 15:26:26 +00:00
parent 979c11d9df
commit c7a9c2006a

View File

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