dioxus/packages/autofmt/tests/samples/comments.rsx
2022-07-05 00:22:06 -04:00

18 lines
216 B
R

rsx! {
div {
// The title
"hello"
// The title
"hello"
// The title
"hello"
// The title
"hello"
// body
div { "text" }
}
}