mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-23 19:13:08 +00:00
10 lines
152 B
Rust
10 lines
152 B
Rust
fn main() {}
|
|
|
|
use dioxus_core::prelude::*;
|
|
|
|
static App: FC<()> = |ctx| {
|
|
//
|
|
use_initialize_app()
|
|
};
|
|
|
|
fn use_initialize_app(cx: &impl Scoped) {}
|