fixing(client-module)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import at.mocode.client.ui.App
|
||||
import androidx.compose.ui.ExperimentalComposeUiApi
|
||||
import androidx.compose.ui.window.CanvasBasedWindow
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
fun main() {
|
||||
CanvasBasedWindow(canvasElementId = "root") {
|
||||
App()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user