Skip to content

Commit 6ccafc6

Browse files
fix: export commands in index.js
1 parent 1132743 commit 6ccafc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { default } from "./usePaginatedList";
2-
export * from "./type";
2+
export { default as usePaginatedList } from "./usePaginatedList";
3+
export type * from "./type";

0 commit comments

Comments
 (0)