import styled from 'styled-components';

export const StyledUl = styled.ul`
  list-style-type: none;
  padding: 0;
  margin: 0;
`;
