import styled from 'styled-components' export const StyledStars = styled.div` .star { display: inline-block; margin-right: 2px; } `