cleaning single conseil
This commit is contained in:
parent
16bc8f54f5
commit
ad6d5ccbf6
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user