fix
This commit is contained in:
parent
d7263bea1b
commit
d3d4dc91c5
|
@ -4,7 +4,7 @@
|
||||||
* Tests located in test/chart
|
* Tests located in test/chart
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const nestedProperty = require('nested-property');
|
import * as nestedProperty from 'nested-property';
|
||||||
import autobind from 'autobind-decorator';
|
import autobind from 'autobind-decorator';
|
||||||
import Logger from '../logger';
|
import Logger from '../logger';
|
||||||
import { Schema } from '../../misc/schema';
|
import { Schema } from '../../misc/schema';
|
||||||
|
|
Loading…
Reference in New Issue