Unify admin home with event overview

This commit is contained in:
Codex Agent
2026-01-12 10:31:05 +01:00
parent 78f2dc4e74
commit 2cb5171420
4 changed files with 254 additions and 492 deletions

View File

@@ -12,7 +12,6 @@ export function prefetchMobileRoutes() {
schedule(() => {
void import('./DashboardPage');
void import('./EventsPage');
void import('./EventDetailPage');
void import('./EventPhotosPage');
void import('./EventTasksPage');
void import('./NotificationsPage');