import Section from "../components/Section"; import "./_404.css"; export function NotFound() { return (
The page you were looking for could not be found. Maybe it was deleted or the URL is incorrect.
); }