Components
An empty state block showing a vertically scrolling marquee of skeleton rows with a title, description, and create/import action buttons for when no data exists yet.
Loading preview...
import EmptyState from "@/components/ui/empty-state-04";
export default function Default() {
return <EmptyState />;
}