import Link from "next/link"; import { Button } from "@/components/ui/button"; import { FileQuestion } from "lucide-react"; export default function DashboardNotFound() { return (

Page Not Found

The page you're looking for doesn't exist or has been moved.

); }