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

@ -8,4 +8,5 @@ pub mod tab;
pub mod tab_bar;
pub mod terminal;
pub mod toolbar;
pub mod traffic_lights;
pub mod workspace;