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

6 lines
153 B
Text
Raw Normal View History

fn ItWroks() {
cx.render(rsx! {
div { class: "flex flex-wrap items-center dark:text-white py-16 border-t font-light", left, right }
})
}