Skip to content

Instantly share code, notes, and snippets.

@haimrait
Created June 26, 2020 20:41
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 haimrait/38ecdd8abdfeaf4fd46f0145134ed4ba to your computer and use it in GitHub Desktop.
Save haimrait/38ecdd8abdfeaf4fd46f0145134ed4ba to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
export const reducers = combineReducers({
dummy: () => 'dummy reducer',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment