Skip to content

Commit c97269e

Browse files
feat: export useSharedContext from use-shared module
1 parent 83ebff1 commit c97269e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/hooks/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ export {
1919
createSharedSubscription,
2020
SharedSubscriptionsApi
2121
} from "./use-shared-subscription";
22-
export type { SharedSubscriptionStateReturn } from "./use-shared-subscription";
22+
export type { SharedSubscriptionStateReturn } from "./use-shared-subscription";
23+
24+
// noinspection JSUnusedGlobalSymbols
25+
export {default as useSharedContext} from './use-shared';

0 commit comments

Comments
 (0)