From 0a05491930fb34ce7c93c33ea0b7599360483fc7 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 20 Sep 2024 23:01:18 -0400 Subject: Push events into a module structure consistent with the rest of the project. --- src/channel/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/channel/mod.rs') 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; -- cgit v1.2.3