Add MultiBuffer
component
This commit is contained in:
parent
ac93449788
commit
06b0707aa9
5 changed files with 81 additions and 0 deletions
|
@ -10,6 +10,7 @@ mod facepile;
|
|||
mod icon_button;
|
||||
mod keybinding;
|
||||
mod list;
|
||||
mod multi_buffer;
|
||||
mod palette;
|
||||
mod panel;
|
||||
mod panes;
|
||||
|
@ -37,6 +38,7 @@ pub use facepile::*;
|
|||
pub use icon_button::*;
|
||||
pub use keybinding::*;
|
||||
pub use list::*;
|
||||
pub use multi_buffer::*;
|
||||
pub use palette::*;
|
||||
pub use panel::*;
|
||||
pub use panes::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue