refactor phase 3a components chunk 1 targeted actions imports
This commit is contained in:
@@ -5,7 +5,10 @@ import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
import { useCallback, useState } from "react";
|
||||
import { connect } from "react-redux";
|
||||
import { getAdvancedSearchPaged, getBasicSearchPaged } from "../../actions";
|
||||
import {
|
||||
getAdvancedSearchPaged,
|
||||
getBasicSearchPaged
|
||||
} from "../../actions/services/searchService";
|
||||
import transLookup from "../../data/lookuptranslations.json";
|
||||
import {
|
||||
setCurrentPage,
|
||||
@@ -32,7 +35,7 @@ import {
|
||||
createWatchedCases,
|
||||
deleteWatchedCases,
|
||||
getWatchedCasesProxy
|
||||
} from "../../actions";
|
||||
} from "../../actions/services/portalService";
|
||||
|
||||
import { sendGAEvent } from "@next/third-parties/google";
|
||||
import RepsOnResults from "./repsonresults";
|
||||
|
||||
Reference in New Issue
Block a user