We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df4cfd commit 7602f0aCopy full SHA for 7602f0a
README.md
@@ -35,7 +35,7 @@ Then, create an [openapi-fetch](https://openapi-ts.pages.dev/openapi-fetch/) cli
35
<!-- prettier-ignore -->
36
```ts
37
// sandwich-api.ts
38
-import { createClient } from "openapi-fetch";
+import createClient from "openapi-fetch";
39
import { createHooks } from "swr-openapi";
40
import type * as SandwichesSchema from "./types/sandwich-schema";
41
0 commit comments