Add ProjectPanel
component
This commit is contained in:
parent
208d5df106
commit
56c2ac048d
10 changed files with 379 additions and 1 deletions
|
@ -3,9 +3,11 @@ mod buffer;
|
|||
mod icon_button;
|
||||
mod list;
|
||||
mod panel;
|
||||
mod project_panel;
|
||||
|
||||
pub use assistant_panel::*;
|
||||
pub use buffer::*;
|
||||
pub use icon_button::*;
|
||||
pub use list::*;
|
||||
pub use panel::*;
|
||||
pub use project_panel::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue