peach-workspace/peach-web/src/routes/mod.rs

10 lines
160 B
Rust

pub mod authentication;
//pub mod catchers;
//pub mod index;
pub mod guide;
pub mod home;
pub mod power;
pub mod scuttlebutt;
pub mod settings;
pub mod status;