use dioxus::prelude::*; fn main() {} pub static Example: Component<()> = |cx| { let p = 10; cx.render(rsx! { div { } }) };