diff --git a/composeApp/src/desktopMain/kotlin/ch/parano/myice/Main.kt b/composeApp/src/desktopMain/kotlin/ch/parano/myice/Main.kt index 5b723f1..ddbaca7 100644 --- a/composeApp/src/desktopMain/kotlin/ch/parano/myice/Main.kt +++ b/composeApp/src/desktopMain/kotlin/ch/parano/myice/Main.kt @@ -1,5 +1,6 @@ package ch.parano.myice +import androidx.compose.material3.Text import androidx.compose.ui.window.Window import androidx.compose.ui.window.application