Skip to content

Commit e0c4ff7

Browse files
committed
feat: create index files for hooks and main exports
1 parent 05fcb1e commit e0c4ff7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/hooks/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export { useStableKey } from "./useStableKey";
2+
export { useSWRCreate } from "./useSWRCreate";
3+
export { useSWRDelete } from "./useSWRDelete";
4+
export { useSWRUpdate } from "./useSWRUpdate";

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export * from "./errors";
2+
export * from "./hooks";
3+
export * from "./types";
4+
export * from "./utils";

0 commit comments

Comments
 (0)