use dioxus::prelude::*; pub static Example: FC<()> = |(cx, props)| { cx.render(rsx! { div { } }) };