import { Outlet } from 'react-router-dom'; const MainLayout = () => { return (
); }; export default MainLayout;