summaryrefslogtreecommitdiff
path: root/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt
blob: 4f98625e66b1f29e106483c6603f2fc32a0e01e3 (plain)
1
2
3
4
5
package coffee.liz.abstractionengine

import androidx.compose.ui.window.ComposeUIViewController

fun MainViewController() = ComposeUIViewController { App() }