comments-tab.rsx 68 B

1234567
  1. rsx! {
  2. div {
  3. // Comments
  4. class: "asdasd",
  5. "hello world"
  6. }
  7. }