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