mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-28 15:25:27 +08:00
refactor: update import path for IS_PLATFORM constant to use config file
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { IS_PLATFORM } from "../../shared/modelConstants";
|
import { IS_PLATFORM } from "../constants/config";
|
||||||
|
|
||||||
// Utility function for authenticated API calls
|
// Utility function for authenticated API calls
|
||||||
export const authenticatedFetch = (url, options = {}) => {
|
export const authenticatedFetch = (url, options = {}) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user