8 lines
121 B
JavaScript
Raw Normal View History

2020-03-30 17:18:10 +02:00
import styled from 'styled-components';
const ListTitle = styled.div`
margin-top: 34px;
`;
export default ListTitle;