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

No Match

Take me back home ! 🏠
);