diff --git a/packages/client/src/account.ts b/packages/client/src/account.ts index fd9bf48e6..6d858292a 100644 --- a/packages/client/src/account.ts +++ b/packages/client/src/account.ts @@ -1,6 +1,5 @@ import { defineAsyncComponent, reactive } from "vue"; import * as misskey from "calckey-js"; -import { showSuspendedDialog } from "./scripts/show-suspended-dialog"; import { i18n } from "./i18n"; import { del, get, set } from "@/scripts/idb-proxy"; import { apiUrl } from "@/config";