import { configureStore } from '@reduxjs/toolkit' import authenticationReducer from './stateSlicers/authenticationSlice' export default configureStore({ reducer: {authenticationReducer}, })