Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yoo-jimin127 committed Sep 12, 2023
1 parent cd5ad33 commit fbe3ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TERMTERM/src/components/quiz/Types/Start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const Start = ({ navigate }: ChildrenProps) => {
setCountdown((prevCountdown) => prevCountdown - 1);
}, 1000);
}
console.log("test")

return () => {
clearInterval(interval);
Expand Down

0 comments on commit fbe3ef0

Please sign in to comment.