Skip to content

Commit 4b3be72

Browse files
committed
Add use client directive
1 parent e13898a commit 4b3be72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import type createClient from "openapi-fetch";
24
import type { FetchOptions, ParseAsResponse } from "openapi-fetch";
35
import type {

0 commit comments

Comments
 (0)