Components
An empty state for a failed data load, with a destructive accent and retry and contact-support actions.
Loading preview...
import EmptyStatesBlock from "@/components/ui/empty-states-4"
export default function Default() {
return <EmptyStatesBlock />
}