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-03-25 13:32:02 +0300
committerJohann-S <johann.servoire@gmail.com>2019-07-23 15:23:50 +0300
commit891a187059918d850981f585dc61ac42f456662b (patch)
tree6bf2f978d88206cfa5319a75c136e16375430c8a /js/index.esm.js
parentc834895fa0e7d215ee8cb17b3efa8d0ce57a718c (diff)
rewrite button 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 e3a851537c..ca47d7405e 100644
--- a/js/index.esm.js
+++ b/js/index.esm.js
@@ -6,7 +6,7 @@
*/
import Alert from './src/alert/alert'
-import Button from './src/button'
+import Button from './src/button/button'
import Carousel from './src/carousel'
import Collapse from './src/collapse'
import Dropdown from './src/dropdown'