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

#[cfg(test)]
mod tests;

pub use crate::error::ContractError;