mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
redux: editor working
This commit is contained in:
parent
df6202c32d
commit
dde6cf83e9
7 changed files with 76 additions and 43 deletions
|
@ -1,4 +1,8 @@
|
|||
export const ACTIONS = {
|
||||
SET_USER: 'SET_USER',
|
||||
SET_EDITING: 'SET_EDITING',
|
||||
|
||||
SET_MODE: 'SET_MODE',
|
||||
SET_DISTANCE: 'SET_DISTANCE',
|
||||
SET_CHANGED: 'SET_CHANGED',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue