import styled from 'styled-components' const Label = styled.label` margin-right: 10px; ` export default Label