import Link from "next/link"; export default function NotFound() { return (

Nothing here

That page does not exist, or it belongs to an account you are not signed in to.

Back to your account
); }