aboutsummaryrefslogtreecommitdiff
path: root/js/src/util/component-functions.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-08-26 19:23:46 +0300
committerXhmikosR <[email protected]>2021-09-28 19:19:29 +0300
commitf2541d132e80a14d00bd4db9cb325e1f400639fc (patch)
tree8e49cfea81882f854de7f50bdc196ef4dec72649 /js/src/util/component-functions.js
parent21c2f18e8f949416f08e5a5c85778c412bb4c3d9 (diff)
downloadbootstrap-main-xmr-xo.tar.xz
bootstrap-main-xmr-xo.zip
Fix `import/extensions` issuesmain-xmr-xo
Diffstat (limited to 'js/src/util/component-functions.js')
-rw-r--r--js/src/util/component-functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/util/component-functions.js b/js/src/util/component-functions.js
index ff9d87ee6..90d91a9f5 100644
--- a/js/src/util/component-functions.js
+++ b/js/src/util/component-functions.js
@@ -5,8 +5,8 @@
* --------------------------------------------------------------------------
*/
-import EventHandler from '../dom/event-handler'
-import { getElementFromSelector, isDisabled } from './index'
+import EventHandler from '../dom/event-handler.js'
+import { getElementFromSelector, isDisabled } from './index.js'
const enableDismissTrigger = (component, method = 'hide') => {
const clickEvent = `click.dismiss${component.EVENT_KEY}`