summaryrefslogblamecommitdiffstats
path: root/src/routes/mod.rs
blob: 3b73f380ddb0016a27ce2596dcd6b0b5eb67b49b (plain) (tree)
1
2
3
4
5
6
7






                 
pub mod error;
pub mod home;
pub mod login;
pub mod logout;
pub mod signup;
pub mod r#static;
pub mod users;