typescript

This commit is contained in:
Mitchell McCaffrey
2021-07-16 14:55:33 +10:00
parent 68c1c6db0c
commit d80bfa2f1e
103 changed files with 1402 additions and 1336 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ function StartTimerModal({
onTimerStop,
timer,
}: StartTimerProps) {
const inputRef = useRef<any>();
const inputRef = useRef();
function focusInput() {
inputRef.current && inputRef.current.focus();
}