summaryrefslogtreecommitdiffstats
path: root/web/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/widget.rs')
-rw-r--r--web/src/widget.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/src/widget.rs b/web/src/widget.rs
index b0e16692..0ac536bd 100644
--- a/web/src/widget.rs
+++ b/web/src/widget.rs
@@ -28,6 +28,7 @@ mod container;
mod image;
mod radio;
mod row;
+mod space;
mod text;
#[doc(no_inline)]
@@ -47,6 +48,7 @@ pub use container::Container;
pub use image::Image;
pub use radio::Radio;
pub use row::Row;
+pub use space::Space;
/// A component that displays information and allows interaction.
///