Skip to content

Commit

Permalink
add composable
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 17, 2024
1 parent b96908a commit 4f54212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/useI18n.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useNuxtApp } from '#app'
import { useNuxtApp } from '#imports'
import type { PluginsInjections } from '~/src/runtime/01.plugin'

export function useI18n(): PluginsInjections {
Expand Down

0 comments on commit 4f54212

Please sign in to comment.