multi-tab.rsx 76 B

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