refactor: update import path for IS_PLATFORM constant to use config file

This commit is contained in:
Haileyesus
2026-01-31 15:30:54 +03:00
parent b2fdb90203
commit 4f87018e61

View File

@@ -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 = {}) => {