diff --git a/src/common/layouts/Root/Root.jsx b/src/common/layouts/Root/Root.jsx index 09d5b6b..9a04e9c 100644 --- a/src/common/layouts/Root/Root.jsx +++ b/src/common/layouts/Root/Root.jsx @@ -1,16 +1,15 @@ import Navigation from "@components/Navigation"; import {Outlet} from "react-router-dom"; import {Box, Toolbar} from "@mui/material"; +import Footer from "@components/Footer"; -export const Root = () => { - return ( - <> - +export const Root = () => <> + - - - - - - ) -} \ No newline at end of file + + + + +