export const EmptyIndicator = ({ label }: { label?: string }) => { return vine`
{{ label ?? 'Empty' }}
` }