diff options
| author | Johann-S <[email protected]> | 2019-03-01 11:11:41 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-11 17:59:08 +0200 |
| commit | 2fd50f98a53874d89aa60c9a698464ce1a0b7bfc (patch) | |
| tree | 198b94215d4cffce968b6c7b50f3d8855f5dc408 /js/src | |
| parent | 3ffe3a5d82f6f561b82ff78d82b32a7d14aed558 (diff) | |
| download | bootstrap-2fd50f98a53874d89aa60c9a698464ce1a0b7bfc.tar.xz bootstrap-2fd50f98a53874d89aa60c9a698464ce1a0b7bfc.zip | |
build bootstrap in esm
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 -} |
