mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-23 22:25:12 +00:00
Fix: Add missing import
This commit is contained in:
parent
a136715111
commit
3b5c3f086a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import autobind from 'autobind-decorator';
|
||||
import Chart, { Obj } from '.';
|
||||
import Instance from '../models/instance';
|
||||
|
||||
/**
|
||||
* フェデレーションに関するチャート
|
||||
|
|
Loading…
Reference in a new issue