forked from noxious/client
Renamed store files to (xyz)Store for better readability
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
import { ref } from 'vue'
|
||||
import Modal from '@/components/utilities/Modal.vue'
|
||||
import AssetManager from '@/components/gameMaster/assetManager/AssetManager.vue'
|
||||
import { useGameStore } from '@/stores/game'
|
||||
import { useGameStore } from '@/stores/gameStore'
|
||||
|
||||
const gameStore = useGameStore()
|
||||
|
||||
|
Reference in New Issue
Block a user