fixing web-app
This commit is contained in:
@@ -5,11 +5,6 @@ import androidx.compose.ui.window.CanvasBasedWindow
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
fun main() {
|
||||
|
||||
// ComposeViewport(document.getElementById("ComposeTarget")!!) {
|
||||
// App()
|
||||
// }
|
||||
|
||||
CanvasBasedWindow(canvasElementId = "ComposeTarget") {
|
||||
App()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user