From e5c682934668c029ac01700465787e49d772425b Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 17 Apr 2025 00:30:18 +0200 Subject: feat(material_theme): implement `combo_box::Catalog` --- crates/material_theme/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/material_theme/src/lib.rs') 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; -- cgit v1.2.3