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

This commit is contained in:
2026-03-12 10:08:13 +00:00
parent 7bd5c7d833
commit e7882c9f78
10 changed files with 40 additions and 31 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;