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-07-22 16:24:17 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commit233f3fb1ce766d73273276e59a75ccec08673573 (patch)
tree43b5c32ab827e50de2073a7ab0df3c5e51489e2b /js/index.esm.js
parente1b5d8471a6d8004e32cd6e9189f49f7f39e2766 (diff)
rewrite tab 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 e8c9ab6391..18b12a454f 100644
--- a/js/index.esm.js
+++ b/js/index.esm.js
@@ -13,7 +13,7 @@ import Dropdown from './src/dropdown/dropdown'
import Modal from './src/modal/modal'
import Popover from './src/popover/popover'
import ScrollSpy from './src/scrollspy/scrollspy'
-import Tab from './src/tab'
+import Tab from './src/tab/tab'
import Toast from './src/toast/toast'
import Tooltip from './src/tooltip/tooltip'