mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 12:46:07 +00:00
7 lines
136 B
Rust
7 lines
136 B
Rust
mod select;
|
|
|
|
pub use select::{ItemType, Select, SelectStyle};
|
|
|
|
pub fn init(cx: &mut super::MutableAppContext) {
|
|
select::init(cx);
|
|
}
|