dioxus/packages/autofmt/tests/samples/commentshard.rsx
2023-01-07 14:09:32 -08:00

23 lines
317 B
R

rsx! {
// Comments
div {
// Comments
class: "asdasd",
// Comments
"hello world",
// Comments
expr1,
// Comments
expr2,
// Comments
// Comments
// Comments
// Comments
// Comments
expr3
}
}