fixing web-app

This commit is contained in:
stefan
2025-09-18 12:58:45 +02:00
parent 9204163120
commit 142a624665
9 changed files with 25 additions and 58 deletions
@@ -5,11 +5,6 @@ import androidx.compose.ui.window.CanvasBasedWindow
@OptIn(ExperimentalComposeUiApi::class)
fun main() {
// ComposeViewport(document.getElementById("ComposeTarget")!!) {
// App()
// }
CanvasBasedWindow(canvasElementId = "ComposeTarget") {
App()
}