mirror of
https://github.com/strapi/strapi.git
synced 2025-10-13 09:03:25 +00:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
import styled from 'styled-components';
|
|
|
|
const ListTitle = styled.div`
|
|
margin-top: 34px;
|
|
`;
|
|
|
|
export default ListTitle;
|