Skip to content

Commit

Permalink
docs: README 문서 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
JongMany committed Jul 8, 2024
1 parent 9bf5ca7 commit 503739b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fe/src/pages/root/hooks/useScrollAnimation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export const useScrollAnimation = (
return () => {
unsubscribe();
};
}, [containerRef.current, scrollYProgress]);
}, [containerRef, scrollYProgress]);
};
2 changes: 1 addition & 1 deletion fe/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"types": [
"vite/client",
"node",
"vitest/globals",
// "vitest/globals",
],
"declaration": true,
"typeRoots": [
Expand Down

0 comments on commit 503739b

Please sign in to comment.