mirror of
https://github.com/strapi/strapi.git
synced 2025-10-14 17:43:01 +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;
|