mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-01-31 13:57:34 +00: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
|
||||
export const authenticatedFetch = (url, options = {}) => {
|
||||
|
||||
Reference in New Issue
Block a user