dioxus/packages/autofmt/tests/samples/comments.rsx

19 lines
216 B
Text
Raw Normal View History

2022-07-05 04:22:06 +00:00
rsx! {
div {
// The title
"hello"
// The title
"hello"
// The title
"hello"
// The title
"hello"
// body
div { "text" }
}
}