Skip to content

Commit

Permalink
export useOptionalDependency hook in index file (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsJPeschel authored Feb 9, 2024
1 parent 0c5f4c6 commit e2edc38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './useCommonContext';
export * from './useFocus';
export * from './useRetry';
export * from './useServiceEffect';
export * from './useOptionalDependency';

0 comments on commit e2edc38

Please sign in to comment.