-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#1] - Moved all actionTypes constants into small folder.
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
export const TOGGLE_SIDEBAR: string = 'TOGGLE_SIDEBAR' | ||
export const TOGGLE_CONTENT: string = 'TOGGLE_CONTENT' | ||
|
||
export const FETCH_MUSIC: string = 'FETCH_MUSIC' | ||
export const FETCH_MUSIC_ERROR: string = 'FETCH_MUSIC_ERROR' | ||
|
||
export const FETCH_ARTICLE_SUMMARY: string = 'FETCH_ARTICLE_SUMMARY' | ||
export const FETCH_ARTICLE_SUMMARY_ERROR: string = 'FETCH_ARTICLE_SUMMARY_ERROR' | ||
|
||
export const FETCH_ARTICLE: string = 'FETCH_ARTICLE' | ||
export const FETCH_ARTICLE_ERROR: string = 'FETCH_ARTICLE_ERROR' |
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