1//! UI rendering modules.
2//!
3//! These modules follow the dumb-UI rule: they only render widgets,
4//! mutate in-memory state, and queue intents. They do not perform side effects.
56pub mod config;
7pub mod control;
8pub mod dashboard;
9pub mod stream;