From 64eb477f4fba819b973ac5f545a27b9621b57eea Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Wed, 21 Jan 2026 00:19:08 -0500 Subject: [PATCH] fix: Correct import path formatting for apiClient --- src/utils/Fetcher.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Fetcher.jsx b/src/utils/Fetcher.jsx index a33cfcb..03a391f 100644 --- a/src/utils/Fetcher.jsx +++ b/src/utils/Fetcher.jsx @@ -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 = {}) => {