Skip to content

Commit

Permalink
fix: export eventbus
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Mar 20, 2024
1 parent 2e649c9 commit edc879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hms-video-store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type {
HMSQuizLeaderboardSummary,
} from './internal';

export { pluginUsageTracker } from './common';
export { EventBus } from './events/EventBus';
export { HMSReactiveStore } from './reactive-store/HMSReactiveStore';
export { HMSPluginUnsupportedTypes, HMSRecordingState, HLSPlaylistType } from './internal';
export type {
Expand Down

0 comments on commit edc879f

Please sign in to comment.