From 16cf76ff1aa20f5b10d782f1170f6a1c36bcae0a Mon Sep 17 00:00:00 2001 From: Johann-S Date: Thu, 23 Aug 2018 19:31:25 +0300 Subject: Create toast JS plugin, add unit tests. --- js/src/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/src/index.js') 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 } -- cgit v1.2.3