1
0

multi-4sp.rsx 59 B

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