fix: 🚨 fix unused import

This commit is contained in:
ThatOneCalculator 2023-06-13 17:23:18 -07:00
parent 40841227b1
commit c0397474c8
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -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";