const Label = ({ text }: { text: string }) => (

{text}

) export default Label