feat: more changes and fixes

This commit is contained in:
Herculino Trotta
2025-11-05 13:09:31 -03:00
parent 0a4d4c12b9
commit a878af28f1
34 changed files with 595 additions and 556 deletions

9
frontend/src/main.js Normal file
View File

@@ -0,0 +1,9 @@
import './js/bootstrap.js';
import './js/datepicker.js';
import './js/htmx.js';
import './js/select.js';
import './js/charts.js';
import './js/autosize.js';
import './js/sweetalert2.js';
import './js/style.js';
import './js/_utils.js';