import { BarChart, Bar } from 'recharts'; const Chart = ({ data }) => ( ); Chart.displaName = 'Chart'; export default Chart;