//! UI panel rendering for the Aranet GUI.
//!
//! This module contains the rendering logic for various panels in the application,
//! split into separate files for maintainability. Each panel is implemented as
//! methods on [`super::app::AranetApp`].
// Re-export any panel-specific types if needed in the future