multi-tab.wrong.rsx 78 B

12345
  1. fn app(cx: Scope) -> Element {
  2. cx.render(rsx! {
  3. div {"hello world" }
  4. })
  5. }