Add Keybinding
component
This commit is contained in:
parent
4eeed14d34
commit
dc2ddfb42c
5 changed files with 246 additions and 0 deletions
|
@ -6,6 +6,7 @@ mod collab_panel;
|
|||
mod editor_pane;
|
||||
mod facepile;
|
||||
mod icon_button;
|
||||
mod keybinding;
|
||||
mod list;
|
||||
mod panel;
|
||||
mod panes;
|
||||
|
@ -28,6 +29,7 @@ pub use collab_panel::*;
|
|||
pub use editor_pane::*;
|
||||
pub use facepile::*;
|
||||
pub use icon_button::*;
|
||||
pub use keybinding::*;
|
||||
pub use list::*;
|
||||
pub use panel::*;
|
||||
pub use panes::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue