import React from 'react'; import { Link } from 'react-router-dom'; /** * Component to fall back on in case of 404 or no other match */ export const NotFound: React.FC = () => (

Page not found

We can’t find that one anywhere.

Back home
);