1
0

multi-tab.wrong.rsx 58 B

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