othr
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import {configureStore} from "@reduxjs/toolkit";
|
||||
import {useDispatch} from "react-redux";
|
||||
import authReducer from '../features/authSlice';
|
||||
import uiReducer from '../features/uiSlice';
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
auth: authReducer
|
||||
auth: authReducer,
|
||||
ui: uiReducer
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user