Skip to content

Instantly share code, notes, and snippets.

@radzionc
Last active October 8, 2020 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radzionc/e3cc20db3365411076595ea7bc8adaef to your computer and use it in GitHub Desktop.
Save radzionc/e3cc20db3365411076595ea7bc8adaef to your computer and use it in GitHub Desktop.
src/reducers/index.js
import navigation from './navigation'
import auth from './auth'
import something from './something'
export default {
navigation,
auth,
something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment