mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-02 22:46:40 +07:00
redux: completed setters!
This commit is contained in:
parent
0d47cd8773
commit
2656a9fad8
4 changed files with 62 additions and 25 deletions
src/redux/user
|
@ -5,4 +5,9 @@ export const ACTIONS = {
|
|||
SET_MODE: 'SET_MODE',
|
||||
SET_DISTANCE: 'SET_DISTANCE',
|
||||
SET_CHANGED: 'SET_CHANGED',
|
||||
SET_ROUTER_POINTS: 'SET_ROUTER_POINTS',
|
||||
SET_ACTIVE_STICKER: 'SET_ACTIVE_STICKER',
|
||||
SET_LOGO: 'SET_LOGO',
|
||||
SET_TITLE: 'SET_TITLE',
|
||||
SET_ADDRESS: 'SET_ADDRESS',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue