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

This commit is contained in:
2026-03-12 11:31:38 +00:00
parent 86f41f81e9
commit 2a3c7eac34
6 changed files with 44 additions and 33 deletions
@@ -19,7 +19,9 @@
import axios from "axios";
import CryptoJS from "crypto-js";
import { azureHeaders, consoleLogger, getToken } from "../../../actions";
import { azureHeaders } from "../../../actions/core/headers";
import { consoleLogger } from "../../../actions/core/logger";
import { getToken } from "../../../actions/core/token";
const WORDKEY = process.env.HASHKEY;