import storeWrapper from '../../../components/StoreWrapper';
import errorBoundary from '../../../../../hocs/errorBoundary';
import SimpleChart from '../../../SimpleChart';
import StackAreaChartStore from './store';
export default errorBoundary(storeWrapper(SimpleChart, StackAreaChartStore));