mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 14:59:07 +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;
|