dioxus-dx-run-test/mobile/src/views/mod.rs
2025-03-19 11:32:32 -05:00

5 lines
No EOL
60 B
Rust

mod home;
pub use home::Home;
mod blog;
pub use blog::Blog;