diff options
Diffstat (limited to 'src/channel/mod.rs')
| -rw-r--r-- | src/channel/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/channel/mod.rs b/src/channel/mod.rs index 9f79dbb..3115e98 100644 --- a/src/channel/mod.rs +++ b/src/channel/mod.rs @@ -1,4 +1,7 @@ pub mod app; +mod id; mod routes; pub use self::routes::router; + +pub use self::id::Id; |
