ebanutsya
This commit is contained in:
@@ -3,13 +3,17 @@ import {configureStore} from '@reduxjs/toolkit';
|
||||
import authReducer from 'features/auth/authSlice';
|
||||
import interfaceReducer from 'features/interface/interfaceSlice';
|
||||
import scanModalReducer from 'features/scanModal/scanModalSlice';
|
||||
import loadingModalReducer from 'features/loadingModal/loadingModalSlice';
|
||||
import assemblyReducer from 'features/assembly/assemblySlice';
|
||||
import {useDispatch} from "react-redux";
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
auth: authReducer,
|
||||
interface: interfaceReducer,
|
||||
scanModal: scanModalReducer
|
||||
scanModal: scanModalReducer,
|
||||
loadingModal: loadingModalReducer,
|
||||
assembly: assemblyReducer
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user