mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-01-02 07:48:45 +00:00
5 lines
43 B
Text
5 lines
43 B
Text
|
fn it_works() {
|
||
|
cx.render(rsx!(()))
|
||
|
}
|
||
|
|