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:
Diffstat (limited to 'js/src/index.js')
-rw-r--r--js/src/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/index.js b/js/src/index.js
index 580562907f..6d99ff3918 100644
--- a/js/src/index.js
+++ b/js/src/index.js
@@ -8,6 +8,7 @@ import Modal from './modal'
import Popover from './popover'
import Scrollspy from './scrollspy'
import Tab from './tab'
+import Toast from './toast'
import Tooltip from './tooltip'
import Util from './util'
@@ -46,5 +47,6 @@ export {
Popover,
Scrollspy,
Tab,
+ Toast,
Tooltip
}