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