feat: update demo

This commit is contained in:
2023-11-18 03:10:15 +08:00
parent 0017f87175
commit 961f3d4cf7
4 changed files with 39 additions and 17 deletions

View File

@@ -27,4 +27,6 @@ import androidx.compose.ui.window.ComposeUIViewController
fun createUIViewController() = ComposeUIViewController { MainView() }
@Composable
fun MainView() = App()
fun MainView() = App()
actual val isAndroidPlatform = false