import Link from "next/link"; const NotFound = (): JSX.Element => { return (

Not found – 404!

Go back to Home
); }; export default NotFound;