Add Pane and PaneGroup components

This commit is contained in:
Marshall Bowers 2023-10-06 18:37:28 -04:00
parent b53579858a
commit d5ffd4a1fb
4 changed files with 211 additions and 57 deletions

View file

@ -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::*;