fn main() {}
use dioxus_core::prelude::*;
static App: FC<()> = |cx| {
//
use_initialize_app()
};
fn use_initialize_app(cx: &impl Scoped) {}