Initial commit
This commit is contained in:
6
webApp/src/commonMain/kotlin/main.kt
Normal file
6
webApp/src/commonMain/kotlin/main.kt
Normal file
@@ -0,0 +1,6 @@
|
||||
import androidx.compose.ui.ExperimentalComposeUiApi
|
||||
import androidx.compose.ui.window.ComposeViewport
|
||||
import org.shahondin1624.App
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
fun main() = ComposeViewport { App() }
|
||||
Reference in New Issue
Block a user