Add TrafficLights component

This commit is contained in:
Marshall Bowers 2023-10-07 11:55:10 -04:00
parent 9e79ad5a62
commit 5e7954f152
5 changed files with 117 additions and 0 deletions

View file

@ -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::*;