Add TrafficLights
component
This commit is contained in:
parent
9e79ad5a62
commit
5e7954f152
5 changed files with 117 additions and 0 deletions
|
@ -13,6 +13,7 @@ mod tab;
|
|||
mod tab_bar;
|
||||
mod terminal;
|
||||
mod toolbar;
|
||||
mod traffic_lights;
|
||||
mod workspace;
|
||||
|
||||
pub use assistant_panel::*;
|
||||
|
@ -30,4 +31,5 @@ pub use tab::*;
|
|||
pub use tab_bar::*;
|
||||
pub use terminal::*;
|
||||
pub use toolbar::*;
|
||||
pub use traffic_lights::*;
|
||||
pub use workspace::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue