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-04-10 11:46:50 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commit6a59c584805af5a3298ddfbd89a32c7e29732cc2 (patch)
tree65189a0272cdfa10d47f3d46683c9948e1a9293d /js/index.esm.js
parent0ed1618c062583497a753f6ae9ae69dc3c2326ff (diff)
rewrite dropdown unit tests
Diffstat (limited to 'js/index.esm.js')
-rw-r--r--js/index.esm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.esm.js b/js/index.esm.js
index bb8b7509e6..28c1ecd484 100644
--- a/js/index.esm.js
+++ b/js/index.esm.js
@@ -9,7 +9,7 @@ import Alert from './src/alert/alert'
import Button from './src/button/button'
import Carousel from './src/carousel/carousel'
import Collapse from './src/collapse/collapse'
-import Dropdown from './src/dropdown'
+import Dropdown from './src/dropdown/dropdown'
import Modal from './src/modal'
import Popover from './src/popover'
import ScrollSpy from './src/scrollspy'