mirror of
https://github.com/strapi/strapi.git
synced 2025-10-18 19:43:22 +00:00
8 lines
122 B
JavaScript
8 lines
122 B
JavaScript
import styled from 'styled-components';
|
|
|
|
const Wrapper = styled.div`
|
|
margin-bottom: 1.9rem;
|
|
`;
|
|
|
|
export default Wrapper;
|