summaryrefslogtreecommitdiffstats
path: root/src/tui/mod.rs
blob: 9bdd9dab4081acc3abf164e13bc1d48a27d4f6f7 (plain)
1
2
3
4
5
mod app;
pub mod markdown;
mod views;

pub use app::run;