1// 2pub mod user; 3pub use user::*; 4 5// 6pub mod error; 7 8pub use error::Error as ResponseBodyErrJson;