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