Skip to content

Instantly share code, notes, and snippets.

@mbrown3321
Created November 1, 2020 22:40
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 mbrown3321/26a82103de46f0cf4bf00832b4ee4f12 to your computer and use it in GitHub Desktop.
Save mbrown3321/26a82103de46f0cf4bf00832b4ee4f12 to your computer and use it in GitHub Desktop.
import {combineReducers} from 'redux';
import uploads from './uploads';
const uploadApp = combineReducers({
uploads,
});
export default uploadApp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment