aboutsummaryrefslogtreecommitdiff
path: root/js/src/util/swipe.js
diff options
context:
space:
mode:
authorGeoSot <[email protected]>2022-10-26 08:26:51 +0300
committerGitHub <[email protected]>2022-10-26 08:26:51 +0300
commitaa9d32dd153ed16943ad8be5e8795afaad24d0cf (patch)
treeb2d9432467aa8573a20fe8b5add3eccb173b3262 /js/src/util/swipe.js
parent7166e95388be3797233e88f89a80c3b666c42851 (diff)
downloadbootstrap-aa9d32dd153ed16943ad8be5e8795afaad24d0cf.tar.xz
bootstrap-aa9d32dd153ed16943ad8be5e8795afaad24d0cf.zip
Use explicit imports in our javascript source files (#36854)
Diffstat (limited to 'js/src/util/swipe.js')
-rw-r--r--js/src/util/swipe.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/src/util/swipe.js b/js/src/util/swipe.js
index 7fcd65588..3a9139cc0 100644
--- a/js/src/util/swipe.js
+++ b/js/src/util/swipe.js
@@ -5,9 +5,9 @@
* --------------------------------------------------------------------------
*/
-import Config from './config'
-import EventHandler from '../dom/event-handler'
-import { execute } from './index'
+import Config from './config.js'
+import EventHandler from '../dom/event-handler.js'
+import { execute } from './index.js'
/**
* Constants