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
+3 -1
View File
@@ -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;