mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
* fix most typos, add crate-ci/typos to CI --------- Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
8 lines
177 B
R
8 lines
177 B
R
fn ItWorks() {
|
|
rsx! {
|
|
div { class: "flex flex-wrap items-center dark:text-white py-16 border-t font-light",
|
|
{left}
|
|
{right}
|
|
}
|
|
}
|
|
}
|