diff --git a/src/utils/api.js b/src/utils/api.js index 72c7674..c423875 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -1,4 +1,4 @@ -import { IS_PLATFORM } from "../../shared/modelConstants"; +import { IS_PLATFORM } from "../constants/config"; // Utility function for authenticated API calls export const authenticatedFetch = (url, options = {}) => {