mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-03 09:29:11 +00:00
4 lines
76 B
Text
4 lines
76 B
Text
|
fn app(cx: Scope) -> Element {
|
||
|
cx.render(rsx! { div { "hello world" } })
|
||
|
}
|