refactor(frontend): simplify imports and update syntax for wizard steps and delay durations

- Consolidated `material3` imports in `CreateBewerbWizardScreen` and `TurnierBewerbeTab` for cleaner code.
- Switched `WizardStep.values()` to `WizardStep.entries.toTypedArray()` for improved readability.
- Changed `kotlinx.coroutines.delay` argument to use `Duration.milliseconds` for enhanced clarity and type safety.
This commit is contained in:
2026-04-10 10:04:22 +02:00
parent 363aa80fe4
commit fbed4d34cc
4 changed files with 5 additions and 18 deletions
@@ -1,6 +1,5 @@
package at.mocode.zns.parser
import at.mocode.core.utils.parser.FixedWidthLineReader
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotNull