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