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