feat: confirm access page and persist redux store
This commit is contained in:
8
lib/features/rootReducer.ts
Normal file
8
lib/features/rootReducer.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { combineReducers } from "@reduxjs/toolkit";
|
||||
import targetServiceReducer from "@/lib/features/targetService/targetServiceSlice";
|
||||
|
||||
const rootReducer = combineReducers({
|
||||
targetService: targetServiceReducer,
|
||||
});
|
||||
|
||||
export default rootReducer;
|
||||
Reference in New Issue
Block a user