mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
8 lines
185 B
R
8 lines
185 B
R
fn ItWroks() {
|
|
cx.render(rsx! {
|
|
div { class: "flex flex-wrap items-center dark:text-white py-16 border-t font-light",
|
|
left,
|
|
right
|
|
}
|
|
})
|
|
}
|