import React from "react"; const Dot = ({ width, height, color }) => ( ); export default Dot;