dx-test/desktop/src/views/mod.rs
2025-04-07 12:17:09 -05:00

5 lines
61 B
Rust

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