fix: Correct import path formatting for apiClient

This commit is contained in:
Mo Tarbin
2026-01-21 00:19:08 -05:00
parent 219d9b2a59
commit 64eb477f4f

View File

@@ -1,4 +1,4 @@
`import { apiClient } from './ApiClient'
import { apiClient } from './ApiClient'
// Migration helpers to maintain compatibility with existing code
const Fetch = async (endpoint, options = {}) => {