diff --git a/resources/js/app.js b/resources/js/app.js index 224d594..dd75bce 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -6,13 +6,13 @@ import taxonomyThematiqueFaqInit from './taxonomy-thematique-(faq)'; import archiveNewsInit from './archive-template-news'; import filterPublicationsInit from './archive-template-publications'; import accordeonInit from './accordeon'; -import scrollerTopInit from './scrollerTop'; +import pageScrollerInit from './pageScroller'; // window.addEventListener('load', function () {}); window.addEventListener('DOMContentLoaded', (event) => { menuInit(); SchemaBulletPointsInit(); - scrollerTopInit(); + pageScrollerInit(); singleConseil(); editorInit(); accordeonInit();