mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 16:15:50 +02:00
Fix: Add missing import
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import autobind from 'autobind-decorator';
|
import autobind from 'autobind-decorator';
|
||||||
import Chart, { Obj } from '.';
|
import Chart, { Obj } from '.';
|
||||||
|
import Instance from '../models/instance';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* フェデレーションに関するチャート
|
* フェデレーションに関するチャート
|
||||||
|
|||||||
Reference in New Issue
Block a user