7 lines
90 B
Rust
7 lines
90 B
Rust
mod blog;
|
|
mod post;
|
|
|
|
|
|
pub use crate::pages::blog::Blog;
|
|
pub use crate::pages::post::Post;
|