Module wiring: declares the contract’s modules and re-exports.
Live source from contracts/names/src/lib.rs (8 lines). Generated from the deployed contract code.
pub mod contract;
pub mod error;
pub mod msg;
pub mod state;

pub use msg::{ExecuteMsg, InstantiateMsg, MigrateMsg, QueryMsg};
pub use contract::{execute, instantiate, migrate, query};