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

Project Not Found

The project you're looking for doesn't exist or you don't have access to it.

); }