showbits/showbits-common/src/widgets.rs
2024-03-09 00:52:14 +01:00

5 lines
57 B
Rust

pub use block::*;
pub use text::*;
mod block;
mod text;