change how module roots are organized

This commit is contained in:
2025-05-01 11:23:27 +01:00
parent 7caa5421f7
commit 7f358d9adb
3 changed files with 0 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
mod codeberg;
pub mod consts;
pub mod countdown;
pub mod meta;
pub mod persistent_state;
pub mod win;