Skip to content

Commit

Permalink
fix(models): broaden exports
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Nov 25, 2024
1 parent 12792a2 commit a3624c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/models/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
mod artifact;
mod photo;

pub use dvf::{slugger::*, *};
pub use model::*;

pub use self::{artifact::*, photo::*};

0 comments on commit a3624c9

Please sign in to comment.