Created
September 15, 2020 11:08
-
-
Save indreklasn/c8b0cfbc813304c3586b9216dd0f17c1 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
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