From d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 10 Apr 2021 12:40:50 +0900 Subject: Default UI redesign (#7429) * wip * wip * wip * wip * Update default.sidebar.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update sticky-sidebar.ts * wip * wip * Update messaging-room.form.vue * Update timeline.vue --- src/client/init.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/init.ts') diff --git a/src/client/init.ts b/src/client/init.ts index bacc839c29..e77e53dc64 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -161,6 +161,7 @@ const app = createApp(await ( ui === 'deck' ? import('@client/ui/deck.vue') : ui === 'desktop' ? import('@client/ui/desktop.vue') : ui === 'chat' ? import('@client/ui/chat/index.vue') : + ui === 'pope' ? import('@client/ui/universal.vue') : import('@client/ui/default.vue') ).then(x => x.default)); -- cgit v1.2.3-freya