20 lines
939 B
JavaScript
20 lines
939 B
JavaScript
/**
|
|
* --------------------------------------------------------------------------
|
|
* Bootstrap (v4.6.2): index.js
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
* --------------------------------------------------------------------------
|
|
*/
|
|
|
|
export { default as Alert } from './bootstrap/alert'
|
|
export { default as Button } from './bootstrap/button'
|
|
export { default as Carousel } from './bootstrap/carousel'
|
|
export { default as Collapse } from './bootstrap/collapse'
|
|
export { default as Dropdown } from './bootstrap/dropdown'
|
|
export { default as Modal } from './bootstrap/modal'
|
|
export { default as Popover } from './bootstrap/popover'
|
|
export { default as Scrollspy } from './bootstrap/scrollspy'
|
|
export { default as Tab } from './bootstrap/tab'
|
|
export { default as Toast } from './bootstrap/toast'
|
|
export { default as Tooltip } from './bootstrap/tooltip'
|
|
export { default as Util } from './bootstrap/util'
|