aboutsummaryrefslogtreecommitdiff
path: root/src/pages/mod.rs
blob: 9de9d47bc812c477d92e6877ae9947ea788bd5c3 (plain)
1
2
3
4
5
6
//! All the pages in webgit
//!
//! A page is defined by it's template type as well as it's route,
//! which is exported from the module and then called by the router

pub mod repo;