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-05-01 16:43:40 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commit1ac07a66ce56e6ee3d2b48a649e957417f56c83e (patch)
treec255b2c904d40986adaf799c0ad87e986936c9f5 /js/index.esm.js
parente916a9bc03ba916d10f9deef630f810fee918bef (diff)
rewrite modal 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 3c3def944f..c2912d1910 100644
--- a/js/index.esm.js
+++ b/js/index.esm.js
@@ -10,7 +10,7 @@ import Button from './src/button/button'
import Carousel from './src/carousel/carousel'
import Collapse from './src/collapse/collapse'
import Dropdown from './src/dropdown/dropdown'
-import Modal from './src/modal'
+import Modal from './src/modal/modal'
import Popover from './src/popover'
import ScrollSpy from './src/scrollspy'
import Tab from './src/tab'