[bugfix] duplicated bootstrap inclusion causing errors

This commit is contained in:
2026-04-03 21:49:44 -04:00
parent 7a1b7eb5fe
commit 66290fcb97
3 changed files with 30 additions and 82 deletions

View File

@@ -1,6 +1,5 @@
import * as bootstrap from 'bootstrap';
window.bootstrap = bootstrap;
import 'bootstrap/dist/js/bootstrap.bundle.min.js';
document.addEventListener('DOMContentLoaded', () => {