-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quiz): CommentPage분리 및 퀴즈 상세 페이지 내 위치 변경, 간격 조정 (#405)
* Comment영역 별도 페이지로 이동 후 위치 변경 * 퀴즈 상세 영역 내 간격 재조정 --------- Co-authored-by: dengoyoon <[email protected]> Co-authored-by: chaerim kim <[email protected]>
- Loading branch information
1 parent
3fe9e07
commit 5b70297
Showing
5 changed files
with
31 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
export * from './useCommentListRef'; | ||
export * from './useGetQuizDetailQuery'; | ||
export * from './useGetCommentListQuery'; | ||
export * from './useLikeCommentMutation'; | ||
export * from './useSubmitCommentMutation'; | ||
export * from './useSubmitQuizMutation'; | ||
export * from './useUnlikeCommentMutation'; |