1 2 3 4 5 6 7
//! Static widgets that only display data and are not interactive. mod icon; mod label; pub use icon::*; pub use label::*;