dioxus-dx-run-test/mobile/src/views/mod.rs

5 lines
60 B
Rust
Raw Normal View History

2025-03-19 11:32:32 -05:00
mod home;
pub use home::Home;
mod blog;
pub use blog::Blog;