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

Page Not Found

The requested route does not exist.

Back to documentation
); }