1 2 3 4 5 6 7 8 9
pub mod app_layout; pub mod comment_panel; pub mod diff_view; pub mod file_list; pub mod help_popup; pub mod status_bar; pub mod styles; pub use app_layout::render;