fix(ci): clean up lint and dead code

This commit is contained in:
IanShaw027
2026-04-22 16:38:36 +08:00
parent 82259d1380
commit ad4600964e
8 changed files with 8 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
import { beforeEach, describe, expect, it, vi } from "vitest";
import { defineComponent, h, ref } from "vue";
import { defineComponent, h } from "vue";
import { flushPromises, mount } from "@vue/test-utils";
import SettingsView from "../SettingsView.vue";