import styled from 'styled-components' import { distance } from 'style/sizes' const Label = styled.label` display: block; margin-bottom: ${distance.small}; ` export default Label