6 lines
73 B
Rust
6 lines
73 B
Rust
mod home;
|
|
pub use home::Home;
|
|
|
|
mod settings;
|
|
pub use settings::Settings;
|