-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v0.1.4] 파일명 대소문자 오류 재배포
- Loading branch information
Showing
7 changed files
with
1 addition
and
71 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/state/action-types/CheckPage.js → src/state/action-types/checkPage.js
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,4 @@ | ||
export const CHECKING_PENDING = 'CHECKING_PENDING'; | ||
export const CHECKING_SUCCESS = 'CHECKING_SUCCESS'; | ||
export const CHECKING_ERROR = 'CHECKING_ERROR'; | ||
//checkPage 대소문자 수정 |