aboutsummaryrefslogtreecommitdiff
path: root/src/pages/repo/mod.rs
blob: 2b93592624ac3e071ac8b469c8598c54f4bbbb37 (plain)
1
2
3
4
5
6
7
//! The repository page subtree

mod about;
mod details;

pub use about::render as about;
pub use details::render as details;