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, 1 insertions, 1 deletions
diff --git a/web/src/widget.rs b/web/src/widget.rs
index 2e80346e..3192a767 100644
--- a/web/src/widget.rs
+++ b/web/src/widget.rs
@@ -18,6 +18,7 @@ use crate::{Bus, Css};
use dodrio::bumpalo;
pub mod button;
+pub mod image;
pub mod scrollable;
pub mod slider;
pub mod text_input;
@@ -25,7 +26,6 @@ pub mod text_input;
mod checkbox;
mod column;
mod container;
-mod image;
mod radio;
mod row;
mod space;