Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 15, 2020 11:08
Show Gist options
  • Save indreklasn/c8b0cfbc813304c3586b9216dd0f17c1 to your computer and use it in GitHub Desktop.
Save indreklasn/c8b0cfbc813304c3586b9216dd0f17c1 to your computer and use it in GitHub Desktop.
import { configureStore } from '@reduxjs/toolkit'
import rootReducer from './reducers'
const store = configureStore({
reducer: rootReducer
})
export default store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment