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

This commit is contained in:
2026-03-12 10:50:16 +00:00
parent 8b8742753e
commit d91ceda196
6 changed files with 85 additions and 5 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;