summaryrefslogtreecommitdiff
path: root/src/ui/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mod.rs')
-rw-r--r--src/ui/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/mod.rs b/src/ui/mod.rs
new file mode 100644
index 0000000..c145382
--- /dev/null
+++ b/src/ui/mod.rs
@@ -0,0 +1,6 @@
+mod assets;
+mod error;
+mod middleware;
+mod routes;
+
+pub use self::routes::router;