1
2
3
4
5
6
7
//! Page Routes ("/...")
pub mod base;
pub mod errors;
pub mod home;
pub mod paste_view;
pub mod settings;
pub mod staff;