chore: migriere meldestelle-web Shell auf Module Structure Blueprint, aktualisiere group, setze version, passe DI-Imports an, dokumentiere Änderungen

This commit is contained in:
2026-04-19 17:36:17 +02:00
parent afad3c5a02
commit ef5d4fdc81
3 changed files with 31 additions and 1 deletions
@@ -7,7 +7,7 @@ import at.mocode.frontend.core.designsystem.theme.AppTheme
import at.mocode.frontend.core.network.networkModule
import at.mocode.frontend.features.billing.di.billingModule
import at.mocode.frontend.features.nennung.di.nennungFeatureModule
import at.mocode.turnier.feature.di.turnierFeatureModule
import at.mocode.frontend.features.turnier.di.turnierFeatureModule
import org.koin.core.context.startKoin
@OptIn(ExperimentalComposeUiApi::class)