diff --git a/app/layout.tsx b/app/layout.tsx index 18b2814..00fdd96 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,4 @@ -import { ClientProviders } from '@/app/providers/ClientProviders'; -import { ServerProviders } from '@/app/providers/ServerProviders'; +import { Providers } from '@/app/providers/Providers'; import '@/app/styles/index.scss'; import { Notification } from '@/entities/Notification'; import { ScrollUp } from '@/features/ScrollUp'; @@ -28,20 +27,18 @@ export default function LocaleLayout({ children }: LocaleLayoutProps) { }> - - - - {/* */} - {children} - } - /> - - -