[공통컴포넌트] alert 제작

This commit is contained in:
2026-02-13 16:12:08 +09:00
parent 7c194d7452
commit b73867c65d
6 changed files with 427 additions and 0 deletions

View File

@@ -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