Add Block widget

This commit is contained in:
Joscha 2024-03-09 00:52:14 +01:00
parent e31eea8178
commit 2c8f9685b9
7 changed files with 131 additions and 6 deletions

View file

@ -1,3 +1,5 @@
pub use block::*;
pub use text::*;
mod block;
mod text;