[공통컴포넌트] alert 제작
This commit is contained in:
@@ -13,6 +13,7 @@ import { Geist, Geist_Mono, Outfit } from "next/font/google";
|
||||
import { QueryProvider } from "@/providers/query-provider";
|
||||
import { ThemeProvider } from "@/components/theme-provider";
|
||||
import { SessionManager } from "@/features/auth/components/session-manager";
|
||||
import { GlobalAlertModal } from "@/features/layout/components/GlobalAlertModal";
|
||||
import { Toaster } from "sonner";
|
||||
import "./globals.css";
|
||||
|
||||
@@ -62,6 +63,7 @@ export default function RootLayout({
|
||||
disableTransitionOnChange
|
||||
>
|
||||
<SessionManager />
|
||||
<GlobalAlertModal />
|
||||
<QueryProvider>{children}</QueryProvider>
|
||||
<Toaster
|
||||
richColors
|
||||
|
||||
Reference in New Issue
Block a user