bill пре 1 година
родитељ
комит
50192c55e5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/store/scene.ts

+ 1 - 1
src/store/scene.ts

@@ -1,5 +1,5 @@
 import { relicsScenesFetch, updateRelicsScenePosNameFetch } from "@/request";
-import { computed, ref, watch, watchEffect } from "vue";
+import { computed, ref, watch } from "vue";
 import { Scene, ScenePoint } from "@/request/type";
 import { gHeaders } from "@/request/state";
 import { relics } from "./relics";