summaryrefslogtreecommitdiff
path: root/src/channel/repo/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel/repo/mod.rs')
-rw-r--r--src/channel/repo/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/channel/repo/mod.rs b/src/channel/repo/mod.rs
new file mode 100644
index 0000000..345897d
--- /dev/null
+++ b/src/channel/repo/mod.rs
@@ -0,0 +1,2 @@
+pub mod channels;
+pub mod messages;