mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-18 00:23:07 +00:00
8 lines
192 B
Rust
8 lines
192 B
Rust
use dioxus_core::prelude::*;
|
|
use dioxus_core_macro::rsx_template;
|
|
|
|
fn main() {
|
|
let g = html!("<div> </div>");
|
|
let g = html!("<div> </div>");
|
|
// let g = rsx!("div { div { } } ");
|
|
}
|