import * as React from 'react' const Dot = () => { return
ยท
} Dot.displayName = 'Dot' export default React.memo(Dot)