mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
* fix: fmt unterminated if, be more aggressive with line splits * Fix: Handle long exprs in for/if statements
3 lines
58 B
R
3 lines
58 B
R
fn app() -> Element {
|
|
rsx! { div {"hello world" } }
|
|
}
|