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 76d6024 commit 5688211Copy full SHA for 5688211
src/hooks/use-api-client.ts
@@ -0,0 +1,5 @@
1
+import * as client from "@/generated/client";
2
+
3
+export default function useApiClient() {
4
+ return client;
5
+}
0 commit comments