import Link from "next/link"; import { Button } from "../Button"; export const NotFound = () => (

Not Found

{"The page you're looking for isn't here"}

);