mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
6 lines
90 B
Text
6 lines
90 B
Text
|
fn app(cx: Scope) -> Element {
|
||
|
cx.render(rsx! {
|
||
|
div {"hello world" }
|
||
|
})
|
||
|
}
|