import React from 'react'; import { Panel } from 'react-bootstrap'; const ChartContainer = function () { return ( chart goes here ); }; export default ChartContainer;