fix(frontend): drop classic ui

This commit is contained in:
syuilo 2025-03-30 14:25:56 +09:00
parent c03f9bff0a
commit 4f4cb6738c
6 changed files with 3 additions and 793 deletions

View file

@ -54,9 +54,6 @@ export async function mainBoot() {
case 'visitor':
rootComponent = await import('@/ui/visitor.vue').then(x => x.default);
break;
case 'classic':
rootComponent = await import('@/ui/classic.vue').then(x => x.default);
break;
default:
rootComponent = await import('@/ui/universal.vue').then(x => x.default);
break;