// layout/MainLayout.jsx import Sidebar from 'Frontend/components/Sidebar'; import { Outlet } from 'react-router-dom'; const MainLayout = () => (