feat(api-client): ✨ Implement React context provider for centralized API client management with configurable instances
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
0cbb49d4c8
commit
e66a241be6
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { createContext, useContext, useMemo } from 'react';
|
||||
import { createApiClient, ApiClient } from './create-api-client';
|
||||
import type { ApiClientConfig } from './types';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue