Add LanguageSelector
component
This commit is contained in:
parent
06b0707aa9
commit
000ae27aff
5 changed files with 73 additions and 0 deletions
|
@ -9,6 +9,7 @@ mod editor_pane;
|
|||
mod facepile;
|
||||
mod icon_button;
|
||||
mod keybinding;
|
||||
mod language_selector;
|
||||
mod list;
|
||||
mod multi_buffer;
|
||||
mod palette;
|
||||
|
@ -37,6 +38,7 @@ pub use editor_pane::*;
|
|||
pub use facepile::*;
|
||||
pub use icon_button::*;
|
||||
pub use keybinding::*;
|
||||
pub use language_selector::*;
|
||||
pub use list::*;
|
||||
pub use multi_buffer::*;
|
||||
pub use palette::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue