Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. const initialState = {
  2. //
  3. }
  4.  
  5. const reducer = (state, action) => {
  6. switch (action.type) {
  7. default:
  8. return state
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement