diff --git a/maternal-web/app/layout.tsx b/maternal-web/app/layout.tsx index 6f2a289..af27e06 100644 --- a/maternal-web/app/layout.tsx +++ b/maternal-web/app/layout.tsx @@ -2,6 +2,7 @@ import type { Metadata } from 'next'; import { Inter } from 'next/font/google'; import { ThemeRegistry } from '@/components/ThemeRegistry'; import { ErrorBoundary } from '@/components/common/ErrorBoundary'; +import { ReduxProvider } from '@/components/providers/ReduxProvider'; // import { PerformanceMonitor } from '@/components/common/PerformanceMonitor'; // Temporarily disabled import './globals.css'; @@ -39,10 +40,12 @@ export default function RootLayout({