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 e5481243..025cf22f 100644
--- a/web/src/widget.rs
+++ b/web/src/widget.rs
@@ -21,6 +21,7 @@ pub mod button;
pub mod checkbox;
pub mod container;
pub mod image;
+pub mod progress_bar;
pub mod radio;
pub mod scrollable;
pub mod slider;
@@ -46,6 +47,7 @@ pub use checkbox::Checkbox;
pub use column::Column;
pub use container::Container;
pub use image::Image;
+pub use progress_bar::ProgressBar;
pub use radio::Radio;
pub use row::Row;
pub use space::Space;