use Pane;
use craterender_order_enum;
// This logic was extracted from [Pane] to avoid having a copy of the currently active [Pane] in [AppState] and instead
// use a simple and small enum that doesn't hold any pane-related state.
render_order_enum!;