There was an error while loading. Please reload this page.
1 parent 40ebebe commit f6baf60Copy full SHA for f6baf60
README.md
@@ -102,7 +102,7 @@ You can also use pure TS clients.
102
103
```tsx
104
import { useQuery } from "@tanstack/react-query";
105
-import { PetService } from "../openapi/requests/services/PetService";
+import { PetService } from "../openapi/requests/services";
106
import { usePetServiceFindPetsByStatusKey } from "../openapi/queries";
107
108
function App() {
0 commit comments