mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
9 lines
144 B
Rust
9 lines
144 B
Rust
|
fn main() {
|
||
|
// use dioxus_core_macro::*;
|
||
|
// let r = html! {
|
||
|
// <div>
|
||
|
// "hello world"
|
||
|
// </div>
|
||
|
// };
|
||
|
}
|