Closed Kimhyojung0810 closed 6 days ago
libs (auth) (hooks) useInfinteScroll.ts usePagination.ts auth.ts constants.ts renderKatex.ts utils.ts
lib
libs
hooks
pagination.ts
usePagination.ts
mock
mocks
stores
closes TAS-1028
fixes #123
Submitting code on one problem overwrites old code on all other problems
lib 폴더 구조 리팩토링
Description
Additional context
lib
: 일반적인 유틸리티 함수 모음 →libs
로 이름 변경hooks
폴더 생성 후 리액트 훅 모음pagination.ts
:usePagination.ts
로 이름 변경mock
: 모킹을 위한 폴더 →mocks
로 이름 바꾸기stores
: 파일들 네이밍 컨벤션 지키는 지 확인closes TAS-1028
Before submitting the PR, please make sure you do the following
fixes #123
).