Update src/app/page.tsx

This commit is contained in:
2026-01-28 20:34:59 +00:00
parent 35db87229f
commit 9440ee81bd

View File

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