refactor(actions): migrate viewall/search/unsubscribe to focused imports
This commit is contained in:
@@ -28,7 +28,7 @@ import {
|
||||
createWatchedCases,
|
||||
deleteWatchedCases,
|
||||
getWatchedCasesProxy
|
||||
} from "../../actions";
|
||||
} from "../../actions/services/portalService";
|
||||
import RepsOnResults from "./repsonresults";
|
||||
|
||||
const escapeRegExp = (string) => string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
||||
|
||||
Reference in New Issue
Block a user