Skip to content

Instantly share code, notes, and snippets.

@developerslearnit
Created November 14, 2021 08:10
import { configureStore } from '@reduxjs/toolkit'
import authSlice from './slices/authSlice'
export const store = configureStore({
reducer: {
userAuth: authSlice
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment