From e677627b0c6c1ad551f64a62c959d099254513f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 22 Jun 2023 16:56:59 +0300 Subject: [PATCH] format check --- components/lib/utils/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };