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

No Match

Take me back home ! 🏠
); export default Error404;