summaryrefslogtreecommitdiff
path: root/src/channel/mod.rs
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-09-20 23:01:18 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-09-20 23:05:44 -0400
commit0a05491930fb34ce7c93c33ea0b7599360483fc7 (patch)
tree552906477fd81c6687c0ca9c6bdc25e22461b52a /src/channel/mod.rs
parent22348bfa35f009e62abe2f30863e0434079a1fe2 (diff)
Push events into a module structure consistent with the rest of the project.
Diffstat (limited to 'src/channel/mod.rs')
-rw-r--r--src/channel/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/channel/mod.rs b/src/channel/mod.rs
index f67ea04..9f79dbb 100644
--- a/src/channel/mod.rs
+++ b/src/channel/mod.rs
@@ -1,5 +1,4 @@
pub mod app;
-pub mod repo;
mod routes;
pub use self::routes::router;