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:
+2
-2
@@ -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() },
|
||||
|
||||
Reference in New Issue
Block a user