Skip to content

Instantly share code, notes, and snippets.

@kamilkulik
Created April 21, 2020 18:23
Show Gist options
  • Save kamilkulik/0a75a95cd6c38397c82367cc65c75140 to your computer and use it in GitHub Desktop.
Save kamilkulik/0a75a95cd6c38397c82367cc65c75140 to your computer and use it in GitHub Desktop.
step8
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