refactor phase 3a pages-account targeted actions imports

This commit is contained in:
2026-03-12 09:34:16 +00:00
parent 72e4655188
commit 3550faf051
3 changed files with 12 additions and 8 deletions
+6 -3
View File
@@ -23,9 +23,12 @@ import {
setAppealTypeTitle,
setAppealTypeID,
setAppealLPA,
getAppealTypeObj,
getAppealTypeObj
} from "../../store/appealType/action";
import { getAppealsTypes, getLPA } from "../../actions";
import {
getAppealsTypes,
getLPA
} from "../../actions/services/referenceDataService";
import { setLPA } from "../../store/lpa/action";
import { getSession, useSession } from "next-auth/react";
@@ -110,7 +113,7 @@ const mapStateToProps = (state) => {
appealType: state.appealType,
LPAData: state.LPAData,
form: state.form,
accountDetails: state.accountDetails,
accountDetails: state.accountDetails
};
};