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