diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 34caac0e..c9361cb5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,6 @@ import Header from "@/widgets/header/ui/Header"; import { ModalContainer } from "@/shared/ui/ModalContainer/ModalContainer"; import ChatContainer from "@/features/chat/ui/ChatContainer"; import { ReactQueryProvider } from "@/shared/lib/provider"; -import { ClientLayout } from "@/shared/lib/ClientLayout"; const myFont = localFont({ src: "../shared/fonts/PretendardVariable.woff2", @@ -26,27 +25,25 @@ export default function RootLayout({ - - -
- + +
+ - Loading...} - > - {children} - + Loading...} + > + {children} + -