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
@@ -31,7 +31,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";
import { getSelectQuery } from "../../../actions/selectQueryTypes";
import { getNavigationPropertyByPrimaryAttribute } from "../../../components/utils";
const WORDKEY = process.env.HASHKEY;