redux: completed setters!

This commit is contained in:
muerwre 2018-11-26 13:51:47 +07:00
parent 0d47cd8773
commit 2656a9fad8
4 changed files with 62 additions and 25 deletions
src/redux/user

View file

@ -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',
};