1//! TUI widgets for void-graph. 2//! 3//! Adapted from [Serie](https://github.com/lusingander/serie) by lusingander. 4 5pub mod commit_detail; 6pub mod commit_list; 7pub mod ref_list;