6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
![]() |
component Main {
|
||
|
fun render : Html {
|
||
|
<div>"Hello World"</div>
|
||
|
}
|
||
|
}
|