summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/material_theme/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/material_theme/src/lib.rs b/crates/material_theme/src/lib.rs
index 06ad838..64e71d3 100644
--- a/crates/material_theme/src/lib.rs
+++ b/crates/material_theme/src/lib.rs
@@ -6,6 +6,7 @@ use serde::Deserialize;
pub mod button;
pub mod checkbox;
+pub mod combo_box;
pub mod container;
#[cfg(feature = "dialog")]
pub mod dialog;