Update src/app/page.tsx

This commit is contained in:
2026-02-05 14:34:57 +00:00
parent 82a6091dd3
commit e4d934d7c3

View File

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