Create channels.rs

This commit is contained in:
bitfl0wer 2023-05-23 16:28:09 +02:00
parent 3f35c9d74c
commit 44f9f2cae5
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::*;