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