Skip to content

Commit

Permalink
fix: return EventBroker constructor in export (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG authored Nov 7, 2023
1 parent 8e4817e commit f22bc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/utils/event-broker/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export {eventBroker} from './EventBroker';
export {eventBroker, EventBroker} from './EventBroker';
export {useEventBroker} from './useEventBroker';
export type {EventBrokerSubscription, EventBrokerData} from './EventBroker';

0 comments on commit f22bc27

Please sign in to comment.