zed/crates/gpui/src/views.rs

6 lines
105 B
Rust
Raw Normal View History

2021-08-30 18:15:16 +00:00
mod select;
pub use select::{ItemType, Select, SelectStyle};
pub fn init(_: &mut super::AppContext) {}