mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
map reducer and user reducer refactor
This commit is contained in:
parent
813fded927
commit
5664291c92
7 changed files with 411 additions and 401 deletions
|
@ -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',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue