refactor(actions): migrate viewall/search/unsubscribe to focused imports

This commit is contained in:
2026-03-12 17:34:03 +00:00
parent c4ad9ab7a2
commit f0202bbd02
4 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ import {
createWatchedCases,
deleteWatchedCases,
getWatchedCasesProxy
} from "../../actions";
} from "../../actions/services/portalService";
import RepsOnResults from "./repsonresults";
const escapeRegExp = (string) => string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");