1//! `RouteDirection` is a pure data type owned by `document`; re-exported here 2//! for the widget layer. Its egui mapping (`From<RouteDirection> for Vec2`) 3//! lives in [`crate::grid`]. 4pub use crate::document::RouteDirection;