1pub mod ai_chat; 2pub mod code_diff; 3#[cfg(feature = "file-tree")] 4pub mod file_system_tree; 5#[cfg(feature = "hotkey")] 6pub mod hotkey_footer; 7pub mod markdown_widget; 8pub mod split_layout;