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()) { Surface(modifier = Modifier.fillMaxSize()) {
MaterialTheme { MaterialTheme {
DesktopTheme { DesktopTheme {
todoRoot.invoke() todoRoot()
} }
} }
} }

Loading…
Cancel
Save