We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119492f commit 0c02cf9Copy full SHA for 0c02cf9
src/app/pages/session/edit/[id]/language.vue
@@ -10,7 +10,7 @@
10
</template>
11
12
<script setup lang="ts">
13
-import type { I18N_LOCALE_CODE } from '@dargmuesli/nuxt-vio/types/i18n'
+import type { I18N_LOCALE_CODE } from '@dargmuesli/nuxt-vio/shared/types/i18n'
14
15
const { locale, t, locales } = useI18n()
16
const switchLocalePath = useSwitchLocalePath()
0 commit comments