Created
April 21, 2020 18:23
-
-
Save kamilkulik/0a75a95cd6c38397c82367cc65c75140 to your computer and use it in GitHub Desktop.
step8
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
| export default () => { | |
| const store = createStore({ permissions: permissionsReducer }); | |
| return store | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment