Hello guys, new to compose web here i got a questi...
# compose-web
m
Hello guys, new to compose web here i got a question. Why would something like this genuinely and nothing more
Copy code
fun main() {
    CanvasBasedWindow(canvasElementId = "ComposeTarget") {
        Text("Hello, World!")
    }
}