Skip to content

Commit dabf360

Browse files
committed
exports
1 parent 1dc71a4 commit dabf360

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

hooks/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export * from './useFocus';
44
export * from './useRetry';
55
export * from './useServiceEffect';
66
export * from './useOptionalDependency';
7+
export * from './useLazyLoadData';

hooks/useLazyLoadData/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './useLazyLoadData';

hooks/useLazyLoadData/useLazyLoadData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Promisable} from '@optum/react-hooks';
1+
import {Promisable} from '../../types';
22
import {useRef} from 'react';
33

44
type InvokedDeps<T extends any[]> = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optum/react-hooks",
3-
"version": "1.0.5",
3+
"version": "1.1.0-next.0",
44
"description": "A reusable set of React hooks",
55
"repository": "https://github.com/Optum/react-hooks",
66
"license": "Apache 2.0",

0 commit comments

Comments
 (0)