//! Shared UI components for Iris Studio
//!
//! Reusable components across all modes:
//! - `file_tree`: Directory navigation with git status
//! - `code_view`: Syntax-highlighted source display
//! - `diff_view`: Unified/split diff rendering
//! - `commit_list`: Commit history display
//! - `message_editor`: Text editing for messages
//! - `context_panel`: Semantic context display
//! - `status_bar`: Bottom status and Iris status
//! - `help_overlay`: Keybinding reference
// Re-export commonly used items
pub use ;
pub use ;
pub use ;
pub use ;
pub use SyntaxHighlighter;