export interface ErrorBlockProps { message: string; label: string; onBack: () => void; }