import { Link } from 'react-router-dom'; const NotFoundPage = () => (

We could not find that page

It may have moved. The menu, our story, and how to reach us are all still here.

Back home See the menu
); export default NotFoundPage;