map reducer and user reducer refactor

This commit is contained in:
Fedor Katurov 2019-12-30 11:10:28 +07:00
parent 813fded927
commit 5664291c92
7 changed files with 411 additions and 401 deletions

View file

@ -2,7 +2,7 @@ export interface IActions {
[x: string]: string,
}
export const ACTIONS: IActions = {
export const USER_ACTIONS: IActions = {
SET_USER: 'SET_USER',
USER_LOGOUT: 'USER_LOGOUT',