chore: lint

This commit is contained in:
naskya 2023-10-29 19:49:47 +09:00
parent 9efb26f444
commit 3b3320d532
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139
2 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
import type { Ref } from "vue";
import { onUnmounted, ref, watch } from "vue";
import { $i } from "@/reactiveAccount";
import { api } from "./os";
import { stream } from "./stream";
import { $i } from "@/reactiveAccount";
type StateDef = Record<
string,

View File

@ -1,5 +1,5 @@
import { reactive } from "vue";
import { Account } from "@/account";
import type { Account } from "@/account";
const accountData = localStorage.getItem("account");