This commit is contained in:
Aleksandr Zaitsev 2024-07-21 21:34:32 +03:00
parent 49b1b9bd13
commit f873bc9cb2

View File

@ -3,6 +3,7 @@ import { useBotStore } from '@/stores/bot';
import { useGameStore } from '@/stores/game';
import { usePlayerStore } from '@/stores/player';
import { useWebsocketStore } from '@/stores/websocket';
import { onMounted, onBeforeMount } from 'vue'
import { useRoute } from 'vue-router'