summaryrefslogtreecommitdiff
path: root/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt
diff options
context:
space:
mode:
Diffstat (limited to 'composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt')
-rw-r--r--composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt b/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt
index 4f98625..84b004a 100644
--- a/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt
+++ b/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/MainViewController.kt
@@ -1,5 +1,6 @@
package coffee.liz.abstractionengine
import androidx.compose.ui.window.ComposeUIViewController
+import coffee.liz.abstractionengine.app.App
fun MainViewController() = ComposeUIViewController { App() } \ No newline at end of file