Add Image widget
This commit is contained in:
parent
a0c94c1884
commit
ef5f0e3af4
5 changed files with 203 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
pub use block::*;
|
||||
pub use image::*;
|
||||
pub use text::*;
|
||||
|
||||
mod block;
|
||||
mod image;
|
||||
mod text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue