Skip to content

Commit

Permalink
fix(sdk-core): rollback api-mock.ts to use deprecate fetch client fro…
Browse files Browse the repository at this point in the history
…m core
  • Loading branch information
kpanot committed Oct 2, 2024
1 parent 71063ed commit 66dbcb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#apiInfo}}
import { type ApiClient, isApiClient } from '@ama-sdk/core';
import { ApiFetchClient, type BaseApiFetchClientConstructor } from '@ama-sdk/client-fetch';
import { ApiFetchClient, type BaseApiFetchClientConstructor } from '@ama-sdk/core';

import * as api from '../api';

Expand Down

0 comments on commit 66dbcb2

Please sign in to comment.