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-10 22:57:27 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commit85b70cef3cc2b76978274521f0601a5bc1e4f852 (patch)
treec915f1f55b30bbc0ecf57cb730e274e8b3a73de2 /js/index.esm.js
parentc9e650a56f84a1f8526806b6fa9874aa6d258d24 (diff)
rewrite tooltip 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 0f48d63b4e..82fd33fbbd 100644
--- a/js/index.esm.js
+++ b/js/index.esm.js
@@ -15,7 +15,7 @@ import Popover from './src/popover/popover'
import ScrollSpy from './src/scrollspy'
import Tab from './src/tab'
import Toast from './src/toast/toast'
-import Tooltip from './src/tooltip'
+import Tooltip from './src/tooltip/tooltip'
export {
Alert,