Last active
May 11, 2020 11:26
-
-
Save pavinduLakshan/b0c67252aaabe7c9b3b44b1d6dc0f168 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const initState = { | |
theme: 'default' | |
} | |
const Reducer = (state=initState,action) => { | |
return state; | |
} | |
export default Reducer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment