diff --git a/client/src/app/layout.tsx b/client/src/app/layout.tsx index 8ca42a3..69721b3 100644 --- a/client/src/app/layout.tsx +++ b/client/src/app/layout.tsx @@ -4,7 +4,7 @@ import type { ReactNode } from "react"; import Footer from "@/components/Footer"; import Header from "@/components/Header"; -import AuthModal from "@/components/auth/AuthModal"; + import ContextProvider from "@/context/ContextProvider"; @@ -46,7 +46,7 @@ export default function RootLayout({ children }: { children: ReactNode }) { {children} - +