import styled from 'styled-components/macro';

export const StyledSpacer = styled.li`
  flex-grow: 1;
`;
