refactor phase 3a myportal representation and case imports

This commit is contained in:
2026-03-12 09:26:34 +00:00
parent dacf2511f5
commit 72e4655188
2 changed files with 38 additions and 29 deletions
+13 -8
View File
@@ -2,19 +2,24 @@ import useTranslation from "next-translate/useTranslation";
import Head from "next/head";
import { useRouter } from "next/router";
import { connect } from "react-redux";
import { getIP } from "../../../actions/core/logger";
import {
getBasicSearch,
getCaseMessage,
getIP,
getMyCases,
getMyLPACases,
getPersonalAccount,
getPortalLogin,
getPortalLogin
} from "../../../actions/services/accountService";
import {
getCaseMessage,
getPortalModuleDetails,
getWatchedCases,
getSIPSEvents,
getSIPSMedia
} from "../../../actions";
} from "../../../actions/services/caseService";
import { getRepsFromBlob } from "../../../actions/services/documentService";
import {
getMyCases,
getMyLPACases,
getWatchedCases
} from "../../../actions/services/portalService";
import { getBasicSearch } from "../../../actions/services/searchService";
import { getFormCollectionByID } from "../../../components/utils";
import { getSession } from "next-auth/react";