diff options
Diffstat (limited to '')
| -rw-r--r-- | material_theme/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/material_theme/src/lib.rs b/material_theme/src/lib.rs index 87cf353..273ef9a 100644 --- a/material_theme/src/lib.rs +++ b/material_theme/src/lib.rs @@ -6,6 +6,7 @@ use serde::Deserialize; pub mod button; pub mod container; +pub mod scrollable; pub mod text; pub mod utils; |
