move gui::persistent_state to util::persistent_state

This commit is contained in:
2025-04-17 20:36:42 +01:00
parent 9df757c169
commit c85a169765
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -2,4 +2,5 @@ pub mod codeberg;
pub mod consts;
pub mod countdown;
pub mod meta;
pub mod persistent_state;
pub mod win;