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