diff --git a/src/App.vue b/src/App.vue
index 76bb080..c2c3a83 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,7 +9,7 @@
diff --git a/src/components/gui/Menu.vue b/src/components/gui/Menu.vue
index f68acfb..d60f0c5 100644
--- a/src/components/gui/Menu.vue
+++ b/src/components/gui/Menu.vue
@@ -40,7 +40,7 @@
diff --git a/src/components/gui/UserPanel.vue b/src/components/gui/UserPanel.vue
index 2a32f5f..69d3b1f 100644
--- a/src/components/gui/UserPanel.vue
+++ b/src/components/gui/UserPanel.vue
@@ -31,7 +31,7 @@
diff --git a/src/components/gui/partials/Equipment.vue b/src/components/gui/partials/Equipment.vue
index 8110c18..1414fb8 100644
--- a/src/components/gui/partials/Equipment.vue
+++ b/src/components/gui/partials/Equipment.vue
@@ -83,7 +83,7 @@
diff --git a/src/components/sprites/Character.vue b/src/components/sprites/Character.vue
index a1e9ea2..aeb0533 100644
--- a/src/components/sprites/Character.vue
+++ b/src/components/sprites/Character.vue
@@ -21,7 +21,7 @@ import { type ExtendedCharacter as CharacterT } from '@/types'
import { calculateIsometricDepth, tileToWorldX, tileToWorldY } from '@/composables/zoneComposable'
import { watch, computed, ref, onMounted, onUnmounted } from 'vue'
import config from '@/config'
-import { useGameStore } from '@/stores/game'
+import { useGameStore } from '@/stores/gameStore'
enum Direction {
POSITIVE,
diff --git a/src/components/utilities/Notifications.vue b/src/components/utilities/Notifications.vue
index 5435a6b..ffbf519 100644
--- a/src/components/utilities/Notifications.vue
+++ b/src/components/utilities/Notifications.vue
@@ -10,7 +10,7 @@