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 { LogUsageChart } from '../../graphing';
|
||||
|
||||
|
||||
/**
|
||||
* Element which displays usage logs for the given entity.
|
||||
*/
|
||||
|
|
Reference in a new issue