diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2022-01-11 16:03:25 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2022-01-11 16:03:25 +0900 |
| commit | 4219b4dd62aec5ed051a478d24eefb1cf65bded7 (patch) | |
| tree | 5c38c35d2c0e8b4d0abb7805360d90e8e3384da0 /packages/client/src/init.ts | |
| parent | 初期値にデフォルト値を挿入する & JSON.parse/stringify操作を... (diff) | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | misskey-4219b4dd62aec5ed051a478d24eefb1cf65bded7.tar.gz misskey-4219b4dd62aec5ed051a478d24eefb1cf65bded7.tar.bz2 misskey-4219b4dd62aec5ed051a478d24eefb1cf65bded7.zip | |
Merge branch 'develop' into pizzax-indexeddb
Diffstat (limited to 'packages/client/src/init.ts')
| -rw-r--r-- | packages/client/src/init.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/client/src/init.ts b/packages/client/src/init.ts index 3327635e0e..bdd07b63a7 100644 --- a/packages/client/src/init.ts +++ b/packages/client/src/init.ts @@ -175,7 +175,6 @@ const app = createApp(await ( !$i ? import('@/ui/visitor.vue') : ui === 'deck' ? import('@/ui/deck.vue') : ui === 'desktop' ? import('@/ui/desktop.vue') : - ui === 'chat' ? import('@/ui/chat/index.vue') : ui === 'classic' ? import('@/ui/classic.vue') : import('@/ui/universal.vue') ).then(x => x.default)); |