Created
March 19, 2016 00:20
-
-
Save jurgob/33f21e4628a138d5c523 to your computer and use it in GitHub Desktop.
redux-utils - actions without utils
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const toogleEditorExpanded = () => { | |
return { | |
type:ACT.LAYOUT_TOOGLE_EDITOR_EXPANDED, | |
} | |
} | |
export const toogleLayoutDirection => { | |
return { | |
type: ACT.LAYOUT_TOOGLE_DIRECTION | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment