dioxus/packages/autofmt/tests/wrong/multi-4sp.rsx

4 lines
79 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" } })
}