Organize imports and clean up exceptions: remove unused imports across multiple modules, replace exception variable usage with wildcard, and improve code readability.

This commit is contained in:
2026-04-13 22:03:41 +02:00
parent fb1c1ee4ce
commit 8d0d8898cb
3 changed files with 3 additions and 7 deletions
@@ -5,8 +5,6 @@ import androidx.compose.material3.Surface
import androidx.compose.runtime.Composable
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.window.singleWindowApplication
import at.mocode.frontend.features.verein.presentation.VereinScreen
import at.mocode.frontend.features.verein.presentation.VereinViewModel
/**
* Hot-Reload Preview Entry Point