Browse Source

Todo example, refactoring

pull/88/head
Igor Demin 4 years ago
parent
commit
28935cfe87
  1. 2
      examples/todoapp/desktop/src/jvmMain/kotlin/example/todo/desktop/Main.kt

2
examples/todoapp/desktop/src/jvmMain/kotlin/example/todo/desktop/Main.kt

@ -35,7 +35,7 @@ fun main() {
Surface(modifier = Modifier.fillMaxSize()) {
MaterialTheme {
DesktopTheme {
todoRoot.invoke()
todoRoot()
}
}
}

Loading…
Cancel
Save