ModusCreateOrg/budgeting

View on GitHub
app/components/StackedChart/index.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow
import { lazy } from 'react';

const LoadableStackedChart = lazy(() => import('./StackedChart' /* webpackChunkName: "stacked-chart" */));

export default LoadableStackedChart;