mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
5 lines
58 B
R
5 lines
58 B
R
fn app() -> Element {
|
|
rsx! {
|
|
div {"hello world" }
|
|
}
|
|
}
|