Skip to content

Commit 51f9c84

Browse files
committed
chore: fix middleware import from client
1 parent 0d96de7 commit 51f9c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-nextjs/src/lib/apiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import type { HttpApiRequest } from '@yme/api';
44
import { ApiClient } from '@yme/api/client';
5-
import { replacePathParams } from '@yme/api/client/middleware';
5+
import { replacePathParams } from '@yme/api/client';
66
import { logger } from '@yme/api/middleware';
77
import { z } from 'zod';
88

0 commit comments

Comments
 (0)