import { ParentSize } from '@visx/responsive'; import Chart from './Chart'; const ResponsiveChart = (props) => ( {({ width, height }) => } ); export default ResponsiveChart;