Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2019-03-27 13:58:00 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commit62730d9afd4e208ab9b490a073ab6426463e41b6 (patch)
treed105f488d2cf5c9aef81efbc0e4ea8d2e690488b /js/index.umd.js
parent747f0f4c7b01a3900c163bb9b11715fa2380faea (diff)
rewrite carousel unit tests
Diffstat (limited to 'js/index.umd.js')
-rw-r--r--js/index.umd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.umd.js b/js/index.umd.js
index 2cb90696da..f3b81377e5 100644
--- a/js/index.umd.js
+++ b/js/index.umd.js
@@ -7,7 +7,7 @@
import Alert from './src/alert/alert'
import Button from './src/button/button'
-import Carousel from './src/carousel'
+import Carousel from './src/carousel/carousel'
import Collapse from './src/collapse'
import Dropdown from './src/dropdown'
import Modal from './src/modal'