diff --git a/components/lib/utils/Utils.js b/components/lib/utils/Utils.js index aaa8be247..5c089de70 100644 --- a/components/lib/utils/Utils.js +++ b/components/lib/utils/Utils.js @@ -5,4 +5,4 @@ import ObjectUtils from './ObjectUtils'; import UniqueComponentId from './UniqueComponentId'; import ZIndexUtils from './ZIndexUtils'; -export { ConnectedOverlayScrollHandler, DomHandler, ObjectUtils, ZIndexUtils, UniqueComponentId, EventBus }; +export { ConnectedOverlayScrollHandler, DomHandler, EventBus, ObjectUtils, UniqueComponentId, ZIndexUtils };