mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:03:08 +02:00
fix(client): fix wrong import
This commit is contained in:
parent
e393ab6044
commit
1cc8fd54c0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,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