diff --git a/@packages/@infrastructure/api-client/src/provider.tsx b/@packages/@infrastructure/api-client/src/provider.tsx index 93d773569..9f07bb9cb 100755 --- a/@packages/@infrastructure/api-client/src/provider.tsx +++ b/@packages/@infrastructure/api-client/src/provider.tsx @@ -1,5 +1,3 @@ -/** @jsxImportSource react */ - import { createContext, useContext, useMemo } from 'react'; import { createApiClient, ApiClient } from './create-api-client'; import type { ApiClientConfig } from './types';