adding in gg endpoints and basic methods

This commit is contained in:
2021-12-02 12:50:05 +00:00
parent 12db998d3b
commit aaa1087d6b
7 changed files with 251 additions and 25 deletions
+3
View File
@@ -17,6 +17,7 @@ import awaitingSubmission from "./awaitingSubmission/reducer";
import myCases from "./myCases/reducer";
import myRepresentations from "./myRepresentations/reducer";
import watchedCases from "./watchedCases/reducer";
import govGateway from "./govgateway/reducer";
//COMBINING ALL REDUCERS
const appReducer = combineReducers({
@@ -31,6 +32,7 @@ const appReducer = combineReducers({
myCases,
myRepresentations,
watchedCases,
govGateway,
form: formReducer,
});
@@ -117,6 +119,7 @@ const makeStore = ({ isServer }) => {
"myCases",
"myRepresentations",
"watchedCases",
"govGateway",
"form",
],
version: 1,