move gpui-components to ui crate

This commit is contained in:
2024-12-10 09:40:27 +07:00
parent 9f0e367527
commit 516eb0e8bc
91 changed files with 20957 additions and 231 deletions

View File

@@ -0,0 +1,7 @@
mod scrollable;
mod scrollable_mask;
mod scrollbar;
pub use scrollable::*;
pub use scrollable_mask::*;
pub use scrollbar::*;