fn app(cx: Scope) -> Element { cx.render(rsx! { div {"hello world" } }) }