Skip to content

Commit

Permalink
setup game
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Aug 26, 2024
1 parent a5856e0 commit 6b1714e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/setup/DifficultyLevel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@
import { defineComponent, ref } from 'vue'
import { useI18n } from 'vue-i18n'
import { useStateStore } from '@/store/state'
import AppIcon from '../structure/AppIcon.vue'
export default defineComponent({
name: 'DifficultyLevel',
components: {
AppIcon
},
setup() {
const { t } = useI18n()
const state = useStateStore()
Expand Down
2 changes: 1 addition & 1 deletion src/views/SetupGame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</template>

<script lang="ts">
import { defineComponent, ref } from 'vue'
import { defineComponent } from 'vue'
import { useI18n } from 'vue-i18n'
import { useStateStore } from '@/store/state'
import FooterButtons from '@/components/structure/FooterButtons.vue'
Expand Down

0 comments on commit 6b1714e

Please sign in to comment.