mirror of
https://github.com/strapi/strapi.git
synced 2025-09-21 22:40:24 +00:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
import styled from 'styled-components';
|
|
|
|
const Wrapper = styled.div`
|
|
padding: 18px 30px;
|
|
`;
|
|
|
|
export default Wrapper;
|