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
path: root/js/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-01 08:31:17 +0300
committerGitHub <noreply@github.com>2020-11-01 08:31:17 +0300
commit5664e728b4b191c4c7bc7d36662f6218ec418aa7 (patch)
treec6b59d27e4c5366caeaf7aac38c9d9b753e98704 /js/src
parent465135a0f8e47e7cf9d74c5c6e8fdfc107abf221 (diff)
Move js/src/index.js one folder up (#32001)
Diffstat (limited to 'js/src')
-rw-r--r--js/src/index.js34
1 files changed, 0 insertions, 34 deletions
diff --git a/js/src/index.js b/js/src/index.js
deleted file mode 100644
index f407cffa5a..0000000000
--- a/js/src/index.js
+++ /dev/null
@@ -1,34 +0,0 @@
-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'
-import Util from './util'
-
-/**
- * --------------------------------------------------------------------------
- * Bootstrap (v4.5.3): index.js
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
- * --------------------------------------------------------------------------
- */
-
-export {
- Util,
- Alert,
- Button,
- Carousel,
- Collapse,
- Dropdown,
- Modal,
- Popover,
- Scrollspy,
- Tab,
- Toast,
- Tooltip
-}