aboutsummaryrefslogtreecommitdiff
path: root/src/pages/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/mod.rs')
-rw-r--r--src/pages/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pages/mod.rs b/src/pages/mod.rs
new file mode 100644
index 0000000..9de9d47
--- /dev/null
+++ b/src/pages/mod.rs
@@ -0,0 +1,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;