Skip to content

Instantly share code, notes, and snippets.

@pavinduLakshan
Last active May 11, 2020 11:26
Show Gist options
  • Save pavinduLakshan/b0c67252aaabe7c9b3b44b1d6dc0f168 to your computer and use it in GitHub Desktop.
Save pavinduLakshan/b0c67252aaabe7c9b3b44b1d6dc0f168 to your computer and use it in GitHub Desktop.
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