mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
fdfed3d7db
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
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);
|
|
}
|