diff --git a/src/components/gameMaster/zoneEditor/ZoneEditor.vue b/src/components/gameMaster/zoneEditor/ZoneEditor.vue
index 29aadc9..b9aa8ca 100644
--- a/src/components/gameMaster/zoneEditor/ZoneEditor.vue
+++ b/src/components/gameMaster/zoneEditor/ZoneEditor.vue
@@ -3,13 +3,14 @@
+
+
+
-
-
setSelectedZoneObject(object)" />
@@ -46,6 +47,12 @@ import TeleportModal from '@/components/gameMaster/zoneEditor/partials/TeleportM
import Tilemap = Phaser.Tilemaps.Tilemap
import TilemapLayer = Phaser.Tilemaps.TilemapLayer
+
+/**
+ * @TODO:
+ * Clean all the code in this file
+ */
+
const scene = useScene()
const gameStore = useGameStore()
const zoneEditorStore = useZoneEditorStore()