import { Button } from "@/examples/base/ui/button" import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, } from "@/examples/base/ui/empty" import { IconFolderCode } from "@tabler/icons-react" import { ArrowUpRightIcon } from "lucide-react" export default function EmptyDemo() { return ( No Projects Yet You haven't created any projects yet. Get started by creating your first project. ) }