dioxus/packages/autofmt/tests/wrong/multi.wrong.rsx

6 lines
90 B
Text
Raw Normal View History

2022-07-07 06:06:50 +00:00
fn app(cx: Scope) -> Element {
cx.render(rsx! {
div {"hello world" }
})
}