summaryrefslogtreecommitdiffstats
path: root/src/canvas/components.rs
blob: 13a2d3711f81bc9aaed16a3fcc981efa2514cf81 (plain)
1
2
3
4
5
6
7
8
//! Lower-level components used throughout bottom.

pub mod data_table;
pub mod time_graph;
mod tui;
pub mod widget_carousel;

pub use tui::*;