Add users to mod.rs

This commit is contained in:
bitfl0wer 2023-05-07 00:17:54 +02:00
parent 46a5f08b33
commit 222a552017
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ pub mod channels;
pub mod policies;
pub mod schemas;
pub mod types;
pub mod users;
pub use channels::messages::*;
pub use policies::instance::instance::*;