This commit is contained in:
rinsuki 2019-10-25 23:52:45 +09:00
parent d7263bea1b
commit d3d4dc91c5
1 changed files with 1 additions and 1 deletions

View File

@ -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';