import { Outlet } from 'react-router-dom' function Layout () { return (
Layout
) } export default Layout