import { EmptyPlaceholder } from "@/components/dashboard/empty-placeholder"; import { Button } from "@/components/ui/button"; import Link from "next/link"; export default function NotFound() { return ( 404 Not Found We couldn't find the page that you're looking for!
); }