Created
January 14, 2022 13:03
-
-
Save leifermendez/65d7dc357744187f0ed590039bb523ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const myReducer = createReducer(...); | |
export function reducer(state, action){ | |
return myReducer(state, action) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment