Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created November 11, 2020 23:49
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 blogcacanid/ed94d99a2c3f0553ccf133a65de9733e to your computer and use it in GitHub Desktop.
Save blogcacanid/ed94d99a2c3f0553ccf133a65de9733e to your computer and use it in GitHub Desktop.
index.js Authentication JWT React JS Lumen 7
import { combineReducers } from "redux";
import auth from "./auth";
import message from "./message";
export default combineReducers({
auth,
message,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment