fun main()

in src/main/kotlin/main.kt [7:11]


fun main() {
    renderComposable(rootElementId = "root") {
        Body()
    }
}