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

404

The page you are looking for does not exist.

); }