import styled from "styles" const DotCircle = styled("circle", { transform: "scale(var(--scale))", }) export { DotCircle }