Add EditorPane
component and wire up in the workspace
This commit is contained in:
parent
63e834ce73
commit
ff066ef177
4 changed files with 215 additions and 17 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue