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

404

That page isn't in the docs yet. Try the home page or use search.

); }