mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 09:36:55 +03:00
parent
b50e1d3f00
commit
1d855c6969
12
js/index.js
12
js/index.js
|
@ -11,7 +11,17 @@
|
|||
import 'babel-polyfill'
|
||||
|
||||
// Bootstrap components
|
||||
import 'bootstrap/dist/js/bootstrap'
|
||||
import 'bootstrap/js/src/alert'
|
||||
import 'bootstrap/js/src/button'
|
||||
import 'bootstrap/js/src/carousel'
|
||||
import 'bootstrap/js/src/collapse'
|
||||
import 'bootstrap/js/src/dropdown'
|
||||
import 'bootstrap/js/src/modal'
|
||||
import 'bootstrap/js/src/popover'
|
||||
import 'bootstrap/js/src/scrollspy'
|
||||
import 'bootstrap/js/src/tab'
|
||||
import 'bootstrap/js/src/tooltip'
|
||||
import 'bootstrap/js/src/util'
|
||||
|
||||
// invalidComponentMatches is currently disabled due to https://github.com/rollup/rollup/issues/428#issuecomment-170066452
|
||||
import './checkbox'
|
||||
|
|
Loading…
Reference in New Issue
Block a user