diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2db4a96..61206ec 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,28 @@ + + + + + + + + + + + + + + + + + + + - + - @@ -71,6 +90,7 @@ } + @@ -108,7 +128,7 @@ - + diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a5265a5..8c6b3a7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,7 @@ import { ReactNode } from 'react'; import { Montserrat, Roboto } from 'next/font/google'; import '@core/styles/globals.scss'; import '@core/styles/reset.scss'; -import { Footer, Header } from '@/widgets'; +import { Footer, Header, MobileCallback } from '@/widgets'; import { ModalProvider } from '@core/providers/modal-provider'; const roboto = Roboto({ @@ -34,6 +34,7 @@ export default function RootLayout({
{children}