Add WorkspaceElement
component
This commit is contained in:
parent
56c2ac048d
commit
28d504d7d3
6 changed files with 231 additions and 1 deletions
|
@ -4,6 +4,7 @@ mod icon_button;
|
|||
mod list;
|
||||
mod panel;
|
||||
mod project_panel;
|
||||
mod workspace;
|
||||
|
||||
pub use assistant_panel::*;
|
||||
pub use buffer::*;
|
||||
|
@ -11,3 +12,4 @@ pub use icon_button::*;
|
|||
pub use list::*;
|
||||
pub use panel::*;
|
||||
pub use project_panel::*;
|
||||
pub use workspace::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue