diff options
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/index.js | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/js/src/index.js b/js/src/index.js deleted file mode 100644 index 4d46d84b9..000000000 --- a/js/src/index.js +++ /dev/null @@ -1,32 +0,0 @@ -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.3.1): index.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -import Alert from './alert' -import Button from './button' -import Carousel from './carousel' -import Collapse from './collapse' -import Dropdown from './dropdown' -import Modal from './modal' -import Popover from './popover' -import ScrollSpy from './scrollspy' -import Tab from './tab' -import Toast from './toast' -import Tooltip from './tooltip' - -export { - Alert, - Button, - Carousel, - Collapse, - Dropdown, - Modal, - Popover, - ScrollSpy, - Tab, - Toast, - Tooltip -} |
