Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen authored Apr 5, 2024
1 parent 3114fb4 commit dd5b7ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/ics721-base/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod execute;
mod ibc;
mod query;
mod state;
pub mod execute;
pub mod ibc;
pub mod query;
pub mod state;

#[cfg(not(feature = "library"))]
use cosmwasm_std::entry_point;
Expand Down

0 comments on commit dd5b7ad

Please sign in to comment.