multi-tab.rsx 56 B

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