1
0
forked from noxious/client

npm run format

This commit is contained in:
2025-02-05 15:19:13 +01:00
parent 7ff1de4018
commit fdbc101f96
4 changed files with 17 additions and 16 deletions

View File

@ -11,7 +11,7 @@
</template>
<script setup lang="ts">
import type { PlacedMapObject, Map as MapT } from '@/application/types'
import type { Map as MapT, PlacedMapObject } from '@/application/types'
const props = defineProps<{
placedMapObject: PlacedMapObject