Remove unused imports and variables (S1128, S1481, S1854)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:18:03 +08:00
co-authored by Claude Opus 4.6
parent 6d13bc9eb8
commit 12068281e9
11 changed files with 3 additions and 17 deletions
-1
View File
@@ -151,7 +151,6 @@ import { useRoute } from "vue-router";
import { storeToRefs } from "pinia";
import { useLoadingStore } from "@/stores/loading";
import { useAllMapDataStore } from "@/stores/allMapData";
import { useConformanceStore } from "@/stores/conformance";
import cytoscapeMap from "@/module/cytoscapeMap.js";
import { useCytoscapeStore } from "@/stores/cytoscapeStore";
import { useMapPathStore } from "@/stores/mapPathStore";