dioxus/packages/autofmt/tests/wrong/multi.wrong.rsx
2022-07-07 02:06:50 -04:00

5 lines
90 B
R

fn app(cx: Scope) -> Element {
cx.render(rsx! {
div {"hello world" }
})
}