Update src/app/auth/page.tsx

This commit is contained in:
2026-06-09 07:58:39 +00:00
parent b3718fe010
commit d010f7c3e8

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/components/theme-provider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import ContactCenter from '@/components/sections/contact/ContactCenter';