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