Renamed store files to (xyz)Store for better readability
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import { useGameStore } from '@/stores/game'
|
||||
import { useGameStore } from '@/stores/gameStore'
|
||||
import type { Zone, Object, Tile, ZoneObject } from '@/types'
|
||||
|
||||
type TeleportSettings = {
|
Reference in New Issue
Block a user