refactor: timer update

This commit is contained in:
Carlos Valente
2024-07-16 21:29:31 +02:00
committed by Carlos Valente
parent cb773ded9f
commit edc7f20d7a
7 changed files with 195 additions and 397 deletions
@@ -36,7 +36,6 @@ const mockState = {
},
_timer: {
pausedAt: null,
secondaryTarget: null,
},
} as RuntimeState;