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