cleaning single conseil

This commit is contained in:
Antoine M 2024-07-19 11:12:21 +02:00
parent 16bc8f54f5
commit ad6d5ccbf6

View File

@ -1,6 +1,5 @@
import editorInit from './editor'; import editorInit from './editor';
import menuInit from './menus'; import menuInit from './menus';
import singleConseil from './single-conseil';
import SchemaBulletPointsInit from './schema-bullet-points'; import SchemaBulletPointsInit from './schema-bullet-points';
import taxonomyThematiqueFaqInit from './taxonomy-thematique-(faq)'; import taxonomyThematiqueFaqInit from './taxonomy-thematique-(faq)';
import archiveNewsInit from './archive-template-news'; import archiveNewsInit from './archive-template-news';
@ -14,7 +13,6 @@ window.addEventListener('DOMContentLoaded', (event) => {
menuInit(); menuInit();
SchemaBulletPointsInit(); SchemaBulletPointsInit();
pageScrollerInit(); pageScrollerInit();
// singleConseil();
editorInit(); editorInit();
accordeonInit(); accordeonInit();
taxonomyThematiqueFaqInit(); taxonomyThematiqueFaqInit();