dioxus/packages/autofmt/tests/wrong/multiexpr-4sp.wrong.rsx
2024-01-30 17:33:14 -08:00

5 lines
146 B
R

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