Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Apr 28, 2024
1 parent 64aab17 commit 37b2cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 AppHeader from 'brdgm-commons/src/components/structure/AppHeader.vue'
Expand Down
1 change: 0 additions & 1 deletion src/services/InitialLunaStates.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import DifficultyLevel from '@/services/enum/DifficultyLevel'
import LunaState from '@/services/LunaState'
import { State } from '@/store/state'
import { useStateStore } from '@/store/state'
import getLastTurn from '../util/getLastTurn'

Expand Down

0 comments on commit 37b2cc6

Please sign in to comment.