import { Link } from 'react-router'; export default function NotFound() { return (

404

Page not found

Go to Home
); }