Skip to main content

ringkernel_txmon/gui/
mod.rs

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