aboutsummaryrefslogtreecommitdiff
path: root/js/src/scrollspy.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/scrollspy.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/scrollspy.js')
-rw-r--r--js/src/scrollspy.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js
index 6ac00fedd..027ab5bc2 100644
--- a/js/src/scrollspy.js
+++ b/js/src/scrollspy.js
@@ -10,11 +10,11 @@ import {
getElement,
getSelectorFromElement,
typeCheckConfig
-} from './util/index'
-import EventHandler from './dom/event-handler'
-import Manipulator from './dom/manipulator'
-import SelectorEngine from './dom/selector-engine'
-import BaseComponent from './base-component'
+} from './util/index.js'
+import EventHandler from './dom/event-handler.js'
+import Manipulator from './dom/manipulator.js'
+import SelectorEngine from './dom/selector-engine.js'
+import BaseComponent from './base-component.js'
/**
* ------------------------------------------------------------------------