Update account.ts
This commit is contained in:
parent
863b6c48f8
commit
6f5282058f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { del, get, set } from '@/scripts/idb-proxy';
|
|||
import { reactive } from 'vue';
|
||||
import * as misskey from 'misskey-js';
|
||||
import { apiUrl } from '@/config';
|
||||
import { waiting, api, popup, popupMenu, success } from '@/os';
|
||||
import { waiting, api, popup, popupMenu, success, alert } from '@/os';
|
||||
import { unisonReload, reloadChannel } from '@/scripts/unison-reload';
|
||||
import { showSuspendedDialog } from './scripts/show-suspended-dialog';
|
||||
import { i18n } from './i18n';
|
||||
|
|
Loading…
Reference in a new issue