summaryrefslogtreecommitdiff
path: root/src/client/init.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/init.ts')
-rw-r--r--src/client/init.ts1
1 files changed, 1 insertions, 0 deletions
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));