mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-22 06:18:41 -06:00
fix(frontend): コンポーネントのインポート忘れ (#15274)
This commit is contained in:
parent
d86c77260e
commit
b161601863
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ import * as os from '@/os.js';
|
|||
import { misskeyApi } from '@/scripts/misskey-api.js';
|
||||
import { infoImageUrl } from '@/instance.js';
|
||||
import { signinRequired } from '@/account.js';
|
||||
import MkInfo from '@/components/MkInfo.vue';
|
||||
import MkFolder from '@/components/MkFolder.vue';
|
||||
|
||||
const $i = signinRequired();
|
||||
|
|
Loading…
Reference in a new issue