forked from FoundKeyGang/FoundKey
fix(client): fix wrong import
This commit is contained in:
parent
26a45a63b3
commit
835d980fd4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import { scroll } from '@/scripts/scroll';
|
|||
import * as os from '@/os';
|
||||
import { useRouter } from '@/router';
|
||||
import { definePageMetadata } from '@/scripts/page-metadata';
|
||||
import i18n from '@/components/global/i18n';
|
||||
import { i18n } from '@/i18n';
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
|
|
Loading…
Reference in a new issue