/// UI components and application state management.
///
/// This module contains all TUI-related code including:
/// - Application state and props
/// - Event handling
/// - Status messages
/// - UI components
/// - Theme/colors
// Re-export commonly used types
pub use run_app;
pub use ;