Skip to content

Commit 96b05e6

Browse files
committed
export hooks
1 parent dbf2c8f commit 96b05e6

File tree

3 files changed

+8079
-8077
lines changed

3 files changed

+8079
-8077
lines changed

packages/react/scripts/codegen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ const reactQueryHooks = generateReactQueryHooks(
9797
},
9898
schema as any
9999
);
100-
writeFileSync(__dirname + '/../src/index.ts', reactQueryHooks);
100+
writeFileSync(__dirname + '/../src/hooks.ts', reactQueryHooks);

0 commit comments

Comments
 (0)