interface EmptyStateProps { message: string; } export function EmptyState({ message }: EmptyStateProps) { return
{message}