Skip to content

Commit 6e0e7e9

Browse files
committed
[ typo ] 주석제거
1 parent d7ef4a1 commit 6e0e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Loading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Loading() {
1111
window.location.reload();
1212
}, 8000);
1313

14-
return () => clearTimeout(timer); // Clean up the timer on component unmount
14+
return () => clearTimeout(timer);
1515
}, []);
1616

1717
return (

0 commit comments

Comments
 (0)