export function LoadingState({ label = "Carregando..." }: { label?: string }) { return (
); }