Create relationships.rs

This commit is contained in:
Flori Weber 2023-06-13 14:04:39 +02:00
parent 77c1b2052e
commit c6dcfff6a8
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
pub use relationships::*;
pub use users::*; pub use users::*;
pub mod relationships;
pub mod users; pub mod users;

View File