Update src/app/page.tsx

This commit is contained in:
2026-02-05 13:38:11 +00:00
parent c65eb607e5
commit bed9ad2d6d

View File

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