diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-03 16:36:23 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-03 16:36:23 +0900 |
| commit | ab5cd1cb15f7576e6edcc5941ba67792c2d682fb (patch) | |
| tree | 3c6b903cb78577f2d34339c4f82ce1fc678e88ee /packages/client/src | |
| parent | chore(client): tweak style (diff) | |
| download | sharkey-ab5cd1cb15f7576e6edcc5941ba67792c2d682fb.tar.gz sharkey-ab5cd1cb15f7576e6edcc5941ba67792c2d682fb.tar.bz2 sharkey-ab5cd1cb15f7576e6edcc5941ba67792c2d682fb.zip | |
fix(client): fix wrong import
Diffstat (limited to 'packages/client/src')
| -rw-r--r-- | packages/client/src/pages/antenna-timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/pages/antenna-timeline.vue b/packages/client/src/pages/antenna-timeline.vue index d62fc21b4c..309f94f9f5 100644 --- a/packages/client/src/pages/antenna-timeline.vue +++ b/packages/client/src/pages/antenna-timeline.vue @@ -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 '@/i18n'; +import { i18n } from '@/i18n'; const router = useRouter(); |