From c0397474c8b0a5de3acd02e413f298662f76cd09 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 13 Jun 2023 17:23:18 -0700 Subject: [PATCH] fix: :rotating_light: fix unused import --- packages/client/src/account.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/client/src/account.ts b/packages/client/src/account.ts index fd9bf48e68..6d858292a5 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";