diff --git a/resources/js/app.js b/resources/js/app.js index a8e041a..a3eea2e 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -5,6 +5,7 @@ import SchemaBulletPointsInit from './schema-bullet-points'; import taxonomyThematiqueFaqInit from './taxonomy-thematique-(faq)'; import archiveNewsInit from './archive-template-news'; import filterPublicationsInit from './archive-template-publications'; +import accordeonInit from './accordeon'; // window.addEventListener('load', function () {}); window.addEventListener('DOMContentLoaded', (event) => { @@ -12,7 +13,7 @@ window.addEventListener('DOMContentLoaded', (event) => { SchemaBulletPointsInit(); singleConseil(); editorInit(); - + accordeonInit(); taxonomyThematiqueFaqInit(); // NEWS archiveNewsInit();