import Link from 'next/link.js'; import styles from './error.module.css'; export default function Page() { return (

Oops! The page you are trying to view does not exist

Go to the home page
); }