Skip to content

Instantly share code, notes, and snippets.

@manashcse11
Last active September 1, 2020 17:33
Show Gist options
  • Save manashcse11/600c593521287f4221bd01f1315ff642 to your computer and use it in GitHub Desktop.
Save manashcse11/600c593521287f4221bd01f1315ff642 to your computer and use it in GitHub Desktop.
import { combineReducers } from "redux";
import User from "./user";
export default combineReducers({ User });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment