An empty state placeholder inside a card that prompts users to create or import their first item with icon, title, description, and action buttons.
import EmptyState from "@/components/ui/empty-state-01"; export default function Demo() { return <EmptyState />; }