mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
5 lines
90 B
R
5 lines
90 B
R
fn app(cx: Scope) -> Element {
|
|
cx.render(rsx! {
|
|
div {"hello world" }
|
|
})
|
|
}
|