import Link from "next/link"; import { EmptyState, Button } from "@/components/ds"; export default function NotFound() { return ( } /> ); }