5 lines
84 B
Rust
5 lines
84 B
Rust
pub mod common_dto;
|
|
pub mod error_dto;
|
|
pub use common_dto::*;
|
|
pub use error_dto::*;
|