import { ListError } from '../ui/ListError'; export function ErrorState({ message, onRetry, }: { message: string; onRetry: () => void; }) { return ; }