//! Navigation: components for moving around an app, plus a [`StatusBar`] shell.
//!
//! - [`Breadcrumbs`], [`NavLink`], [`Stepper`], [`StatusBar`] are stateless
//! `RenderOnce` builders.
//! - [`Pagination`] is a stateful entity that owns the current page.
pub use Breadcrumbs;
pub use NavLink;
pub use ;
pub use StatusBar;
pub use Stepper;