import 'bootstrap-table'; import('bootstrap-table/dist/extensions/cookie/bootstrap-table-cookie.js') import 'bootstrap-table/dist/extensions/export/bootstrap-table-export.js'; import 'bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.js'; import 'bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.js'; import 'bootstrap-table/dist/locale/bootstrap-table-es-MX.js'; import * as XLSX from 'xlsx'; window.XLSX = XLSX;