import styled from "@emotion/styled"; const Dots = styled.p` color: #999; font-size: 1rem; height: fit-content; `; export default Dots;