Add EditorPane component and wire up in the workspace

This commit is contained in:
Marshall Bowers 2023-10-07 11:33:11 -04:00
parent 63e834ce73
commit ff066ef177
4 changed files with 215 additions and 17 deletions

View file

@ -1,6 +1,7 @@
mod assistant_panel;
mod breadcrumb;
mod buffer;
mod editor_pane;
mod icon_button;
mod list;
mod panel;
@ -16,6 +17,7 @@ mod workspace;
pub use assistant_panel::*;
pub use breadcrumb::*;
pub use buffer::*;
pub use editor_pane::*;
pub use icon_button::*;
pub use list::*;
pub use panel::*;