refactor phase 3a api-endpoint chunk 2 targeted actions imports

This commit is contained in:
2026-03-12 10:15:29 +00:00
parent e7882c9f78
commit 8141cb2394
13 changed files with 38 additions and 13 deletions
+3 -1
View File
@@ -18,7 +18,9 @@
import axios from "axios";
import CryptoJS from "crypto-js";
import _ from "lodash";
import { azureHeadersPaged, consoleLogger, getToken } from "../../../actions";
import { azureHeadersPaged } from "../../../actions/core/headers";
import { consoleLogger } from "../../../actions/core/logger";
import { getToken } from "../../../actions/core/token";
const WORDKEY = process.env.HASHKEY;