Skip to content

Commit

Permalink
Fix import location.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Oct 29, 2024
1 parent 5ccbccd commit d43659f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub use self::identity_request::IdentityRequest;
pub mod invite;
pub use self::invite::Invite;
pub mod invite_statement;
pub use self::invite::InviteStatement;
pub use self::invite_statement::InviteStatement;
pub mod link;
pub use self::link::Link;
pub mod linked_group;
Expand Down

0 comments on commit d43659f

Please sign in to comment.