5 lines
60 B
Rust
5 lines
60 B
Rust
|
mod home;
|
||
|
pub use home::Home;
|
||
|
|
||
|
mod blog;
|
||
|
pub use blog::Blog;
|