Skip to content

Commit

Permalink
Correct linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elweyn committed Mar 22, 2024
1 parent 7e0bdfb commit a87ea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presenter/src/components/language/LanguageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script lang="ts" setup>
import { ref } from 'vue'
import { usePageContext } from '#context/usePageContext';
import { usePageContext } from '#context/usePageContext'
import i18n from '#plugins/i18n'
// TODO better place? maybe locales folder?
Expand Down

0 comments on commit a87ea62

Please sign in to comment.