import styled from 'styled-components'; const Wrapper = styled.div` margin-bottom: 1.9rem; `; export default Wrapper;