1//! GUI components for the transaction monitoring application. 2 3mod app; 4mod theme; 5 6pub use app::{Message, TxMonApp}; 7pub use theme::colors;