diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-24 06:20:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-24 06:20:42 +0900 |
| commit | 3b5c3f086a6aa601a4e688d2d0d2b768cb268ae6 (patch) | |
| tree | f3356a1d254c34371ec159eb6a3613d149dd97b9 /src/chart | |
| parent | Implement #2993 (diff) | |
| download | sharkey-3b5c3f086a6aa601a4e688d2d0d2b768cb268ae6.tar.gz sharkey-3b5c3f086a6aa601a4e688d2d0d2b768cb268ae6.tar.bz2 sharkey-3b5c3f086a6aa601a4e688d2d0d2b768cb268ae6.zip | |
Fix: Add missing import
Diffstat (limited to 'src/chart')
| -rw-r--r-- | src/chart/federation.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chart/federation.ts b/src/chart/federation.ts index 9d5830a53b..5bb41f00a2 100644 --- a/src/chart/federation.ts +++ b/src/chart/federation.ts @@ -1,5 +1,6 @@ import autobind from 'autobind-decorator'; import Chart, { Obj } from '.'; +import Instance from '../models/instance'; /** * フェデレーションに関するチャート |