refactor phase 3 targeted actions imports

This commit is contained in:
2026-03-12 07:39:06 +00:00
parent 2950ce788a
commit aeec5e0f59
6 changed files with 33 additions and 33 deletions
@@ -53,10 +53,10 @@ import _ from "lodash";
import {
azureHeadersPagedCustom,
azureHeadersPaged,
azureHeaders,
consoleLogger,
getToken,
} from "../../../actions";
azureHeaders
} from "../../../actions/core/headers";
import { consoleLogger } from "../../../actions/core/logger";
import { getToken } from "../../../actions/core/token";
const WORDKEY = process.env.HASHKEY;