♻️ (timer) break into more pieces the hook useTimer

This commit is contained in:
2020-07-04 10:50:58 +02:00
parent b0e28ae209
commit fe674c73df
5 changed files with 150 additions and 110 deletions

View File

@@ -0,0 +1 @@
export type StopwatchState = 'started' | 'stopped'