Skip to content

Commit 0c02cf9

Browse files
committed
refactor(vio): upgrade to v18
1 parent 119492f commit 0c02cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/session/edit/[id]/language.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</template>
1111

1212
<script setup lang="ts">
13-
import type { I18N_LOCALE_CODE } from '@dargmuesli/nuxt-vio/types/i18n'
13+
import type { I18N_LOCALE_CODE } from '@dargmuesli/nuxt-vio/shared/types/i18n'
1414
1515
const { locale, t, locales } = useI18n()
1616
const switchLocalePath = useSwitchLocalePath()

0 commit comments

Comments
 (0)