1
2
3
4
5
6
pub mod contract;
mod error;
mod msg;
mod state;

pub use msg::InstantiateMsg;