AllenYuan

auth - commonreducer

Apr 24th, 2020
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const defaultState = {
  2.   appName: 'Conduit'
  3. };
  4.  
  5. export default (state = defaultState, action) => {
  6.   return state;
  7. };
Advertisement
Add Comment
Please, Sign In to add comment