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

8 lines
92 B
Text
Raw Normal View History

2022-07-05 21:59:33 +00:00
rsx! {
div {
// Comments
class: "asdasd",
"hello world"
}
}