import { NotFoundLayout } from '~/layouts/NotFoundLayout'; const InternalServerErrorPage = () => { return ; }; export default InternalServerErrorPage;