mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-09 04:48:19 +00:00
fix merge errors
This commit is contained in:
@@ -2,7 +2,6 @@ import { configureStore } from '@reduxjs/toolkit';
|
||||
import { baseApi } from '@ema-platform/api';
|
||||
import { authReducer } from '../features/auth/store/auth.slice';
|
||||
import { signupReducer } from '../features/auth/store/signup.slice';
|
||||
import { setPasswordReducer } from '../features/auth/store/set-password.slice';
|
||||
import { licensesReducer } from '../features/licenses/store/licenses.slice';
|
||||
import { authStorage } from '../features/auth/utils/auth-storage';
|
||||
|
||||
@@ -19,7 +18,6 @@ export const store = configureStore({
|
||||
reducer: {
|
||||
auth: authReducer,
|
||||
signup: signupReducer,
|
||||
setPassword: setPasswordReducer,
|
||||
licenses: licensesReducer,
|
||||
[baseApi.reducerPath]: baseApi.reducer,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user