diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 82989fa..b7d4052 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,6 +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'; const roboto = Roboto({ subsets: ['cyrillic'], @@ -28,7 +29,9 @@ export default function RootLayout({ return ( - {children} +
+
{children}
+