//! The terminal UI (spec ยง10): a live dashboard and action center.
//!
//! The state and pure event handling live in [`app`] and [`event`]; the views
//! in [`view`]/[`glyphs`]/[`theme`]; and the terminal runtime (raw mode, the
//! event loop, async loading) in [`terminal`]/[`runtime`].
pub use ;
pub use Effect;
pub use OptionList;
pub use run_pr_compose;
pub use ;