mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-21 01:53:15 +00:00
5 lines
59 B
Text
5 lines
59 B
Text
|
fn itworks() {
|
||
|
rsx!( "{name}", "{name}", "{name}" )
|
||
|
}
|
||
|
|