mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix: Add missing import
This commit is contained in:
parent
58838381a9
commit
551450b41b
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