This commit is contained in:
2024-11-22 08:47:33 +01:00
parent 1289b22a93
commit 0729b81d06
6 changed files with 151 additions and 55 deletions

View File

@ -3,6 +3,7 @@ import './bootstrap.js';
// jQuery
import $ from 'jquery';
window.$ = $;
window.jQuery = $;
// Bootstrap
import 'bootstrap'