Add Text widget
This commit is contained in:
parent
70d33d4d5d
commit
f793ec79ac
3 changed files with 96 additions and 0 deletions
3
src/widgets.rs
Normal file
3
src/widgets.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
mod text;
|
||||
|
||||
pub use text::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue