aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/mod.rs
blob: 0d38f29774ea5738baa0027cdde750c6f03c46aa (plain) (blame)
1
2
3
pub mod post;
pub use self::post::Post;
pub use self::post::NewPost;