Skip to content

Commit e8b1154

Browse files
committed
feat: export util functions globally
1 parent 7c7bfc0 commit e8b1154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/updatehive-react.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export type {
88

99
export { useChangelogs } from './changelog.hook';
1010

11+
export * from './components/changelog.util';
1112
export * from './components/Base';
1213
export { ChangelogContainer } from './components/ChangelogContainer';
1314
export { useUpdateHiveContext } from './components/ChangelogContext';

0 commit comments

Comments
 (0)