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

6 lines
146 B
Text
Raw Normal View History

fn ItWroks() {
2024-01-14 05:12:21 +00:00
rsx! {
2024-01-11 06:41:40 +00:00
div { class: "flex flex-wrap items-center dark:text-white py-16 border-t font-light", {left}, {right} }
}
}