import { FourOuFourView } from '../Views/FourOuFour' import { MainLayout } from '../Layouts/MainLayout' export const FourOuFourPage = () => { return ( ) } // for lazy loading export default FourOuFourPage