Files
AobaV2/AobaClient/src/views/mod.rs

6 lines
73 B
Rust

mod home;
pub use home::Home;
mod settings;
pub use settings::Settings;