(vision) SCS/DDD
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import androidx.compose.ui.ExperimentalComposeUiApi
|
||||
import androidx.compose.ui.window.CanvasBasedWindow
|
||||
import org.jetbrains.skiko.wasm.onWasmReady
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
fun main() {
|
||||
onWasmReady {
|
||||
CanvasBasedWindow("Meldestelle - Reitersport Management") {
|
||||
App()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user