chore: refaktoriere Veranstaltungs-Wizard zu Event-Wizard, entferne überflüssige Komponenten und passe DI-Konfiguration an

Signed-off-by: StefanMoCoAt <stefan.mo.co@gmail.com>
This commit is contained in:
2026-04-21 14:00:01 +02:00
parent f13c2eb35b
commit 5eeff24b3a
4 changed files with 23 additions and 562 deletions
@@ -247,8 +247,8 @@ fun DesktopContentArea(
}
is AppScreen.EventNeu -> {
val viewModel: at.mocode.veranstaltung.feature.presentation.VeranstaltungWizardViewModel = koinViewModel()
at.mocode.veranstaltung.feature.presentation.VeranstaltungWizardScreen(
val viewModel: at.mocode.veranstaltung.feature.presentation.EventWizardViewModel = koinViewModel()
at.mocode.veranstaltung.feature.presentation.EventWizardScreen(
viewModel = viewModel,
onBack = onBack,
onFinish = { onBack() },