diff --git a/frontend/src/components/layout/root.jsx b/frontend/src/components/layout/root.jsx index 8189551..fc88158 100644 --- a/frontend/src/components/layout/root.jsx +++ b/frontend/src/components/layout/root.jsx @@ -1,11 +1,6 @@ -// Libraries import { Outlet } from 'react-router'; - -// Custom Components import NavBar from '@components/common/NavBar'; import Footer from '@components/common/Footer'; - -// MUI import Box from '@mui/material/Box'; const Root = () => { @@ -13,12 +8,19 @@ const Root = () => { - + {/* Ensure the Outlet occupies at least the available space */} + + +