summaryrefslogtreecommitdiffstats
path: root/src/ui/mod.rs
blob: 2b195841572eb6637c8ea3e32b920aaabf6e6e12 (plain)
1
2
3
4
5
6
7
8
9
10
mod preview_area;
mod rect;
mod tui_backend;

pub mod views;
pub mod widgets;

pub use preview_area::*;
pub use rect::*;
pub use tui_backend::*;