summaryrefslogtreecommitdiff
path: root/packages/frontend/src/router.ts
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2023-02-16 15:09:41 +0100
committerGitHub <noreply@github.com>2023-02-16 23:09:41 +0900
commit63df2c851e31a30dda3b7e9edefb2a97e4c1daa6 (patch)
treecb0066301adcc1168bef2246cbf13c6767151959 /packages/frontend/src/router.ts
parentfix(server): マイグレーションad1676438468213が通らないのを修... (diff)
downloadmisskey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.gz
misskey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.bz2
misskey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.zip
refactor: remove all unused imports (#9951)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/frontend/src/router.ts')
-rw-r--r--packages/frontend/src/router.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/router.ts b/packages/frontend/src/router.ts
index 2aa2e0ab3d..ff380df639 100644
--- a/packages/frontend/src/router.ts
+++ b/packages/frontend/src/router.ts
@@ -3,7 +3,6 @@ import { Router } from '@/nirax';
import { $i, iAmModerator } from '@/account';
import MkLoading from '@/pages/_loading_.vue';
import MkError from '@/pages/_error_.vue';
-import { ui } from '@/config';
const page = (loader: AsyncComponentLoader<any>) => defineAsyncComponent({
loader: loader,