View layer (MVC “V”).
Contains egui widgets and layout. The view never mutates model directly; it emits Actions.
Action
pub use app::*;
pub use menu::*;
pub use panels::*;