1//! Components to interface with [Router][crate::Router]. 2 3mod link; 4mod redirect; 5pub use link::*; 6pub use redirect::*;