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