fix(frontend): コンポーネントのインポート忘れ (#16715)

This commit is contained in:
かっこかり 2025-10-27 18:41:17 +09:00 committed by GitHub
parent 4e16e23acd
commit d0a5ccc1ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ import FormSplit from '@/components/form/split.vue';
import MkFolder from '@/components/MkFolder.vue';
import MkKeyValue from '@/components/MkKeyValue.vue';
import MkLink from '@/components/MkLink.vue';
import MkInfo from '@/components/MkInfo.vue';
const initStats = () => misskeyApi('stats', {});
</script>