6 lines
57 B
Rust
6 lines
57 B
Rust
![]() |
mod post;
|
||
|
mod users;
|
||
|
|
||
|
pub use post::*;
|
||
|
pub use users::*;
|