1 2 3 4 5
pub mod event_panel; pub mod status_panel; pub use event_panel::render_event_panel; pub use status_panel::render_status_panel;