// Librairies JS externes // Import des CSS via imports directs (seront extraits automatiquement par Vite) import 'bootstrap/dist/css/bootstrap.min.css'; import 'toastr/build/toastr.min.css'; import 'select2/dist/css/select2.css'; import * as bootstrap from 'bootstrap'; window.bootstrap = bootstrap; // Pour activer les composants JS de Bootstrap import toastr from 'toastr'; window.toastr = toastr; // Exposer toastr globalement // FullCalendar CSS - chargé depuis CDN // Select2 JS est chargé depuis CDN dans Plugin.php