refactor phase 3a myportal representation and case imports
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user