Skip to content

Commit

Permalink
cosmetic: cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 29, 2024
1 parent 917888e commit 1d0c48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/setup/RandomMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
import { defineComponent, ref } from 'vue'
import { useI18n } from 'vue-i18n'
import AppIcon from '../structure/AppIcon.vue'
import { useStateStore } from '@/store/state';
import MapRandomizer, { Rotation, TilePlacement } from '@/services/MapRandomizer';
import { useStateStore } from '@/store/state'
import MapRandomizer, { Rotation, TilePlacement } from '@/services/MapRandomizer'
export default defineComponent({
name: 'RandomMap',
Expand Down

0 comments on commit 1d0c48c

Please sign in to comment.