5 lines
57 B
Rust
5 lines
57 B
Rust
mod post;
|
|
mod users;
|
|
|
|
pub use post::*;
|
|
pub use users::*;
|