diff --git a/templates/desktop-template/src/main/kotlin/main.kt b/templates/desktop-template/src/main/kotlin/main.kt index 4642415a50..85d8b04296 100644 --- a/templates/desktop-template/src/main/kotlin/main.kt +++ b/templates/desktop-template/src/main/kotlin/main.kt @@ -1,5 +1,5 @@ import androidx.compose.desktop.Window -import androidx.compose.foundation.Text +import androidx.compose.material.Text import androidx.compose.material.Button import androidx.compose.material.MaterialTheme import androidx.compose.runtime.getValue @@ -17,4 +17,4 @@ fun main() = Window { Text(text) } } -} \ No newline at end of file +}