Skip to content

Commit 8323192

Browse files
Remove useRetry hook and replace with useWithRetry
- Remove useRetry.ts and useRetry.test.ts files - Update hooks index.ts to remove useRetry export - useWithRetry provides simpler interface for retry functionality Co-authored-by: BrunoQuaresma <3165839+BrunoQuaresma@users.noreply.github.com>
1 parent d4326fb commit 8323192

File tree

3 files changed

+0
-599
lines changed

3 files changed

+0
-599
lines changed

site/src/hooks/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ export * from "./useClickable";
33
export * from "./useClickableTableRow";
44
export * from "./useClipboard";
55
export * from "./usePagination";
6-
export * from "./useRetry";
76
export * from "./useWithRetry";

site/src/hooks/useRetry.test.ts

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)