1mod error; 2pub mod registrar; 3pub mod registry; 4pub mod resolver; 5pub mod utils; 6 7mod test; 8 9pub use crate::error::ContractError;