fixing clients

new frontend
This commit is contained in:
stefan
2025-09-25 22:41:36 +02:00
parent 75f53dcd89
commit eae3d0ee03
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import kotlinx.browser.document
@OptIn(ExperimentalComposeUiApi::class)
fun main() {
ComposeViewport(document.body!!) {
ComposeViewport(document.getElementById("ComposeTarget")!!) {
App()
}
}
+1 -1
View File
@@ -7,7 +7,7 @@
<link type="text/css" rel="stylesheet" href="styles.css">
</head>
<body>
<!--<div id="ComposeTarget"></div>-->
<div id="ComposeTarget"></div>
<!--<script src="skiko.js"></script>-->
<!--<script src="Meldestelle-client.js"></script>-->
<script src="web-app.js"></script>