replace reference to global classes with ES6 modules
This commit is contained in:
parent
c55c233f1f
commit
cdcb944543
3 changed files with 10 additions and 4 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue