Create channels.rs

This commit is contained in:
bitfl0wer 2023-05-23 16:28:09 +02:00
parent 8698fce7fc
commit 377e619f77
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
pub mod channels;
pub mod messages;
pub use channels::*;
pub use messages::*;