mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 02:20:10 +00:00
73a8fda9c7
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
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);
|
|
}
|