diff --git a/src/screens/Game.vue b/src/screens/Game.vue
index 1f6a3f0..e5b88ee 100644
--- a/src/screens/Game.vue
+++ b/src/screens/Game.vue
@@ -3,25 +3,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -32,7 +37,6 @@ import { onUnmounted, watch, ref } from 'vue'
import { storeToRefs } from 'pinia'
import { Game, Scene } from 'phavuer'
import { useGameStore } from '@/stores/game'
-import { useZoneStore } from '@/stores/zone'
import { useZoneEditorStore } from '@/stores/zoneEditor'
import { useAssetStore } from '@/stores/assets'
import World from '@/components/World.vue'