import Link from '../components/link'; export default function NotFound() { return (

404

Page not found.

Go home.

); }