Add forgotten import and pub use.

This commit is contained in:
Quat3rnion 2024-06-05 14:50:38 -04:00
parent eb87bd6ffc
commit 556fbb9ded
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ pub use message::*;
pub use relationship::*;
pub use role::*;
pub use user::*;
pub use invites::*;
mod apierror;
mod auth;
@ -19,3 +20,4 @@ mod message;
mod relationship;
mod role;
mod user;
mod invites;