|
@@ -1,4 +1,4 @@
|
|
|
-import { TileType, createMap, Manage } from "./openlayer";
|
|
|
+import { TileType, createMap } from "./openlayer";
|
|
|
import { computed, ref, watch, watchEffect } from "vue";
|
|
|
import { createBoard } from "drawing-board";
|
|
|
import { Scene, ScenePoint, boardData, relicsId, scenes } from "@/store/scene";
|