Add Pane
and PaneGroup
components
This commit is contained in:
parent
b53579858a
commit
d5ffd4a1fb
4 changed files with 211 additions and 57 deletions
|
@ -3,6 +3,7 @@ mod buffer;
|
|||
mod icon_button;
|
||||
mod list;
|
||||
mod panel;
|
||||
mod panes;
|
||||
mod project_panel;
|
||||
mod status_bar;
|
||||
mod workspace;
|
||||
|
@ -12,6 +13,7 @@ pub use buffer::*;
|
|||
pub use icon_button::*;
|
||||
pub use list::*;
|
||||
pub use panel::*;
|
||||
pub use panes::*;
|
||||
pub use project_panel::*;
|
||||
pub use status_bar::*;
|
||||
pub use workspace::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue