shuishen
2022-07-29 71ac571768baab6ca36057be77075b80cfe74739
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const FETCH_END = 'setArticles'
export const FETCH_START = 'setLoading'
export const LOG_OUT = 'logOut'
export const SET_ARTICLE = 'setArticle'
export const SET_USER = 'setUser'
export const SET_COMMENTS = 'setComments'
export const SET_ERROR = 'setError'
export const SET_PROFILE = 'setProfile'
export const SET_TAGS = 'setTags'
export const TAG_ADD = 'addTag'
export const TAG_REMOVE = 'removeTag'
export const UPDATE_ARTICLE_IN_LIST = 'updateAricleInList'
export const RESET_STATE = 'resetModuleState'
export const SET_DISABLED = 'setDisabled'