replace reference to global classes with ES6 modules

This commit is contained in:
alecmerdler 2017-05-24 13:37:30 -07:00
parent c55c233f1f
commit cdcb944543
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,6 @@
import { UsageChart } from '../../graphing';
/**
* An element which displays a donut chart, along with warnings if the limit is close to being
* reached.