Fix: Add missing import

This commit is contained in:
syuilo 2018-10-24 06:20:42 +09:00
parent 58838381a9
commit 551450b41b

View file

@ -1,5 +1,6 @@
import autobind from 'autobind-decorator';
import Chart, { Obj } from '.';
import Instance from '../models/instance';
/**
*