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

3 lines
79 B
R

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