/** * @prettier */ interface Props { label: string; } export const EmptyState = (props: Props) => { const { label } = props; return