8 lines
122 B
JavaScript
Raw Normal View History

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