mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-19 00:53:12 +00:00
5 lines
43 B
Text
5 lines
43 B
Text
|
fn it_works() {
|
||
|
cx.render(rsx!(()))
|
||
|
}
|
||
|
|