diff --git a/resources/js/app.js b/resources/js/app.js index fe4e6c4..353c3ca 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1,6 +1,5 @@ import editorInit from './editor'; import menuInit from './menus'; -import singleConseil from './single-conseil'; import SchemaBulletPointsInit from './schema-bullet-points'; import taxonomyThematiqueFaqInit from './taxonomy-thematique-(faq)'; import archiveNewsInit from './archive-template-news'; @@ -14,7 +13,6 @@ window.addEventListener('DOMContentLoaded', (event) => { menuInit(); SchemaBulletPointsInit(); pageScrollerInit(); - // singleConseil(); editorInit(); accordeonInit(); taxonomyThematiqueFaqInit();