fix imports

This commit is contained in:
Hazelnoot 2025-04-02 21:04:41 -04:00
parent 74a4a5ae48
commit 379f43568a
2 changed files with 2 additions and 2 deletions

View file

@ -4,8 +4,8 @@
*/
import { onUnmounted } from 'vue';
import type { Ref, ShallowRef } from 'vue';
import * as Misskey from 'misskey-js';
import type { Ref, ShallowRef } from 'vue';
import { useStream } from '@/stream.js';
import { $i } from '@/i.js';
import { misskeyApi } from '@/utility/misskey-api.js';