From 48a2255bfc45ffcfb0b39ffefdd57cbacf8b36df Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 18 Jul 2025 07:52:02 +0000 Subject: (대표님) 파일관리변경, 클라IP추적, 실시간알림, 미들웨어변경, 알림API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/layout/providers.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'components/layout/providers.tsx') diff --git a/components/layout/providers.tsx b/components/layout/providers.tsx index ca6f5c21..11ca23f0 100644 --- a/components/layout/providers.tsx +++ b/components/layout/providers.tsx @@ -11,6 +11,7 @@ import { TooltipProvider } from "@/components/ui/tooltip" import { SessionManager } from "@/components/layout/SessionManager" // ✅ SessionManager 추가 import createEmotionCache from './createEmotionCashe' import { PageVisitTracker } from "../tracking/page-visit-tracker" +import { NotificationProvider } from "@/lib/notification/NotificationContext" const cache = createEmotionCache() @@ -66,7 +67,9 @@ export function ThemeProvider({ {/* ✅ 간소화된 SWR 설정 적용 */} - {children} + + {children} + {/* ✅ SessionManager 추가 - 모든 프로바이더 내부에 위치 */} -- cgit v1.2.3