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-08 22:32:50 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commitc9e650a56f84a1f8526806b6fa9874aa6d258d24 (patch)
treee9125d29b5c0f98cb5a9d9954f322b2809b93ece /js/index.esm.js
parent1ac07a66ce56e6ee3d2b48a649e957417f56c83e (diff)
rewrite popover 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 c2912d1910..0f48d63b4e 100644
--- a/js/index.esm.js
+++ b/js/index.esm.js
@@ -11,7 +11,7 @@ import Carousel from './src/carousel/carousel'
import Collapse from './src/collapse/collapse'
import Dropdown from './src/dropdown/dropdown'
import Modal from './src/modal/modal'
-import Popover from './src/popover'
+import Popover from './src/popover/popover'
import ScrollSpy from './src/scrollspy'
import Tab from './src/tab'
import Toast from './src/toast/toast'