import { Skeleton } from '@/components/ui/skeleton' import { Dialog, DialogContent, DialogTitle } from '@/components/ui/dialog' import { cn } from '@/lib/utils' export function TaskDialogSkeleton() { return ( Taak laden… {/* Header */}
{/* Body — 3 bars mimicking title + description + plan */}
{/* Footer */}
) }