import { Link } from "react-router-dom"; function ErrorPage() { return (

Oh no, this route doesn't exist!

You can go back to the home page by clicking  here  though!

); } export default ErrorPage;