'use client' import type { WidgetStatus } from '@/lib/dashboard-types' interface WidgetShellProps { title: string status: WidgetStatus n?: number children: React.ReactNode colSpan?: number } export function WidgetShell({ title, status, n, children, colSpan = 6 }: WidgetShellProps) { return (
Datos insuficientes
Se necesitan al menos 5 respuestas en este corte.
Error al cargar los datos.