Files
tavernworks/bard/src/pages.rs
Myrddin Dundragon 9db5a5ea3d Adding some routing.
Moving more of the Blog pieces into the Blog library.
2025-09-08 10:01:02 -04:00

7 lines
90 B
Rust

mod blog;
mod post;
pub use crate::pages::blog::Blog;
pub use crate::pages::post::Post;