export const SET_STARS = 'SET_STARS' export const INCREMENT_STARS = 'INCREMENT_STARS' export const DECREMENT_STARS = 'DECREMENT_STARS' export const USER_FETCH = 'USER_FETCH' export const USER_FETCH_SUCCESS = 'USER_FETCH_SUCCESS' export const USER_FETCH_ERROR = 'USER_FETCH_ERROR' export const USER_FETCH_RESET = 'USER_FETCH_RESET'