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