chore: lint
This commit is contained in:
parent
9efb26f444
commit
3b3320d532
@ -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,
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { reactive } from "vue";
|
||||
import { Account } from "@/account";
|
||||
import type { Account } from "@/account";
|
||||
|
||||
const accountData = localStorage.getItem("account");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user