import type { Route } from 'next'; import Link from 'next/link'; export default function NotFound() { return (

404

Not found.

Take me back
); }