fix: add missing Text import in desktop Main.kt

Task 1 scaffold omitted the material3 Text import, blocking desktop
compilation. Required to run common tests via desktopTest.
This commit is contained in:
2026-07-08 17:02:29 +02:00
parent c1b9a60317
commit c931ec7143
@@ -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