first commit

This commit is contained in:
2025-03-07 00:29:07 -06:00
commit b21a11c2ee
564 changed files with 94041 additions and 0 deletions

View File

@ -0,0 +1,9 @@
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;

View File

@ -0,0 +1,2 @@
@import 'bootstrap-table/dist/bootstrap-table.css';
@import 'bootstrap-table/dist/extensions/fixed-columns/bootstrap-table-fixed-columns.css';