Skip to content

Commit 5688211

Browse files
committed
feat: add hook useApiClient
1 parent 76d6024 commit 5688211

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/hooks/use-api-client.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import * as client from "@/generated/client";
2+
3+
export default function useApiClient() {
4+
return client;
5+
}

0 commit comments

Comments
 (0)