8 lines
122 B
JavaScript
Raw Normal View History

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