diff --git a/heromodels/src/models/mod.rs b/heromodels/src/models/mod.rs index 59f0771..5d86308 100644 --- a/heromodels/src/models/mod.rs +++ b/heromodels/src/models/mod.rs @@ -39,3 +39,4 @@ pub use legal::{Contract, ContractRevision, ContractSigner, ContractStatus, Sign pub use library::collection::Collection; pub use library::items::{Image, Markdown, Pdf}; pub use projects::{Project, Status}; +pub use heroledger::*; \ No newline at end of file