import { Outlet } from 'react-router-dom' // ==============================|| MINIMAL LAYOUT ||============================== // const MinimalLayout = () => ( <> ) export default MinimalLayout