From ad6d5ccbf6c63f52b4d362dbee6fdb11136382d5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 19 Jul 2024 11:12:21 +0200 Subject: [PATCH] cleaning single conseil --- resources/js/app.js | 2 -- 1 file changed, 2 deletions(-) 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();