use dioxus::prelude::*;
fn main() {}
pub static Example: Component<()> = |cx| {
cx.render(rsx! {
div {
}
})
};