refactor(actions): complete priority-1 consumer import migration pass
This commit is contained in:
@@ -3,10 +3,12 @@ import { v4 as uuidv4 } from "uuid";
|
||||
import {
|
||||
getBasicPartSavedDetails,
|
||||
getBasicSearchDetails,
|
||||
getBasicSearchDetailsPaged,
|
||||
getBasicSearchDetailsPaged
|
||||
} from "../../actions/services/searchService";
|
||||
import {
|
||||
getPortalModuleDetailsProxy,
|
||||
getPortalModuleDetails
|
||||
} from "../../actions";
|
||||
} from "../../actions/services/caseService";
|
||||
import data from "../../data/collections.json";
|
||||
import { useRouter } from "next/router";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user