import React from 'react' import { NotFoundPage } from '../layouts/NotFoundPage' const NotFoundErrorPage = () => export default NotFoundErrorPage