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

5 lines
43 B
Text
Raw Normal View History

2023-01-16 16:36:50 -08:00
fn it_works() {
cx.render(rsx!(()))
}