import React from 'react' export const Label: React.FC = ({children }) => { return(
) } export default Label;