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 0d96de7 commit 51f9c84Copy full SHA for 51f9c84
examples/with-nextjs/src/lib/apiClient.ts
@@ -2,7 +2,7 @@
2
3
import type { HttpApiRequest } from '@yme/api';
4
import { ApiClient } from '@yme/api/client';
5
-import { replacePathParams } from '@yme/api/client/middleware';
+import { replacePathParams } from '@yme/api/client';
6
import { logger } from '@yme/api/middleware';
7
import { z } from 'zod';
8
0 commit comments