diff --git a/src/app/layout/layout.tsx b/src/app/layout/layout.tsx index 761522a..531fb43 100644 --- a/src/app/layout/layout.tsx +++ b/src/app/layout/layout.tsx @@ -1,16 +1,15 @@ import { FC } from 'react'; import { LayoutRouteProps } from 'react-router-dom'; -import classes from './styles.module.scss'; import { Navbar } from '@/widgets/navbar'; -import { Footer } from '@/widgets/footer'; +// import { Footer } from '@/widgets/footer';s const Layout: FC = ({ children }) => { return ( -
- -
{children}
-
-
+ <> + +
{children}
+ {/*