1pub mod contract; 2pub mod error; 3pub mod msg; 4#[cfg(test)] 5mod multitest; 6pub mod state; 7 8use error::ContractError;