//! Some common components to reuse when drawing widgets. pub mod time_chart; pub use time_chart::*; pub mod time_graph; pub use time_graph::*; pub mod text_table; pub use text_table::*;