Renamed store files to (xyz)Store for better readability

This commit is contained in:
2024-09-22 00:53:29 +02:00
parent 88bd039a04
commit 42291b93eb
44 changed files with 59 additions and 59 deletions

View File

@ -6,7 +6,7 @@
<script setup lang="ts">
import { calculateIsometricDepth, tileToWorldX, tileToWorldY } from '@/composables/zoneComposable'
import { Image, Text } from 'phavuer'
import { useZoneStore } from '@/stores/zone'
import { useZoneStore } from '@/stores/zoneStore'
import type { ZoneObject } from '@/types'
const zoneStore = useZoneStore()