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