From 00d296b230e41dbfaf33d1ba374beadf9d113948 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 8 Apr 2025 18:12:10 +0200 Subject: feat(material_theme): impl `scrollable::Catalog` --- material_theme/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'material_theme/src/lib.rs') 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; -- cgit v1.2.3