Progressbar (#25)

* Progressbar
* header
* label
* border
This commit is contained in:
Jens K.
2024-12-25 12:21:36 +01:00
committed by GitHub
parent acb627b1d7
commit ae1a48e5e8
6 changed files with 96 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
pub mod clock;
pub mod countdown;
pub mod footer;
pub mod header;
pub mod pomodoro;
pub mod progressbar;
pub mod timer;