Skip to content

Commit c52df4f

Browse files
committed
chore: cleanup
1 parent 20dd656 commit c52df4f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/utils/i18n.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { useI18n as useOriginalI18n } from 'vue-i18n'
22

33
export function useI18n() {
4-
const i18n = useOriginalI18n()
5-
6-
const { t, d, n, ...rest } = i18n
4+
const { t, d, n, ...rest } = useOriginalI18n()
75

86
return {
97
...rest,

0 commit comments

Comments
 (0)