Skip to content

Commit

Permalink
feat: interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
jbj338033 committed Dec 31, 2024
1 parent 236e177 commit 35a54ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/NewYear/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// index.tsx
import React, { useEffect, useRef, useState } from "react";
import * as S from "./style";

Expand Down Expand Up @@ -280,6 +279,7 @@ const NewYearCounter: React.FC = () => {
cancelAnimationFrame(rafId.current);
}
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return <S.Canvas ref={canvasRef} />;
Expand Down

0 comments on commit 35a54ce

Please sign in to comment.