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