This commit is contained in:
kakkokari-gtyih 2024-09-14 12:08:27 +09:00
parent 0cb31d87ad
commit 3956e13bd7
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ import { useStream } from '@/stream.js';
import { i18n } from '@/i18n.js';
import { notificationTypes } from '@@/js/const.js';
import { DI } from '@/di.js';
const serverMetadata = inject(DI.serverMetadata)!;
import { defaultStore } from '@/store.js';
import MkPullToRefresh from '@/components/MkPullToRefresh.vue';
import * as Misskey from 'misskey-js';