forked from noxious/client
TS fix, cleaned confic
This commit is contained in:
@ -35,7 +35,7 @@ import { onMounted, ref, watch } from 'vue'
|
||||
import Modal from '@/components/utilities/Modal.vue'
|
||||
import { useZoneEditorStore } from '@/stores/zoneEditor'
|
||||
import { useGameStore } from '@/stores/game'
|
||||
import { Zone } from '@/types'
|
||||
import type { Zone } from '@/types'
|
||||
|
||||
const zoneEditorStore = useZoneEditorStore()
|
||||
const gameStore = useGameStore()
|
||||
|
Reference in New Issue
Block a user