feat(main): Add base theme: This is the falcon theme out of the box.
This is falcon v3.1.2
This commit is contained in:
13
_dev/js/theme/vendors/bootstrap/bootstrap-imports.js
vendored
Normal file
13
_dev/js/theme/vendors/bootstrap/bootstrap-imports.js
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
import 'bootstrap/js/dist/alert';
|
||||
import 'bootstrap/js/dist/button';
|
||||
import 'bootstrap/js/dist/tab';
|
||||
import 'bootstrap/js/dist/util';
|
||||
|
||||
// MOVED TO DYNAMIC IMPORTS
|
||||
// import 'bootstrap/js/dist/carousel';
|
||||
// import 'bootstrap/js/dist/collapse';
|
||||
// import 'bootstrap/js/dist/dropdown';
|
||||
// import 'bootstrap/js/dist/modal';
|
||||
// import 'bootstrap/js/dist/popover';
|
||||
// import 'bootstrap/js/dist/scrollspy';
|
||||
// import 'bootstrap/js/dist/toast';
|
||||
Reference in New Issue
Block a user