src/clock.rs -> src/widgets/clock.rs

This commit is contained in:
jk
2024-12-06 15:24:23 +01:00
parent 929e453d85
commit 04d3dced63
6 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
pub mod clock;
pub mod countdown;
pub mod footer;
pub mod header;