mirror of
https://github.com/strapi/strapi.git
synced 2025-11-06 04:51:54 +00:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
import styled from 'styled-components';
|
|
|
|
const TextWrapper = styled.div`
|
|
padding-top: 34px;
|
|
`;
|
|
|
|
export default TextWrapper;
|