zed/crates/ui2/src/components.rs
2023-10-06 17:07:59 -04:00

5 lines
57 B
Rust

mod list;
mod panel;
pub use list::*;
pub use panel::*;