export function NotFoundPage() { return (

Error 404 - Not Found

Данная страница не существует

); } export default NotFoundPage;