The useEffect in line 10 on this [file](https://github.com/iamahens/DeepLearn/blob/main/src/Pomodoro_Components/Clock.jsx) decrements the timer by 2 seconds each second, when it should be 1 second.
The useEffect in line 10 on this file decrements the timer by 2 seconds each second, when it should be 1 second.