Refactor OverlayEventBus location

This commit is contained in:
Cagatay Civici 2021-03-03 13:30:19 +03:00
parent 2b788c11d4
commit 1b83d9319b
18 changed files with 36 additions and 17 deletions

View file

@ -3,6 +3,5 @@ import DomHandler from './DomHandler';
import ObjectUtils from './ObjectUtils';
import UniqueComponentId from './UniqueComponentId';
import EventBus from './EventBus';
import OverlayEventBus from './OverlayEventBus';
export {ConnectedOverlayScrollHandler,DomHandler,ObjectUtils,UniqueComponentId,EventBus,OverlayEventBus};
export {ConnectedOverlayScrollHandler,DomHandler,ObjectUtils,UniqueComponentId,EventBus};