1//! UI rendering module 2//! 3//! Provides components for rendering the TUI interface. 4 5mod renderer; 6 7pub use renderer::UiRenderer;