Skip to content

Commit

Permalink
fix: add getComponentName reexport (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov authored Dec 30, 2022
1 parent 4b42de4 commit 99df0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export * from './User';
export * from './UserAvatar';

export * from './utils/event-broker';
export {getComponentName} from './utils/getComponentName';
export * from './utils/withEventBrokerDomHandlers';
export * from './utils/useEventBroker';
export * from './utils/useLayer';
Expand Down

0 comments on commit 99df0fb

Please sign in to comment.