multi-tab.rsx 67 B

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