diff --git a/resources/js/app.js b/resources/js/app.js index 353c3ca..730a948 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -7,6 +7,7 @@ import filterPublicationsInit from './archive-template-publications'; import accordeonInit from './accordeon'; import pageScrollerInit from './pageScroller'; import observeChapterProgression from './chapter-progression'; +import notificationsInit from './notifications.js'; // window.addEventListener('load', function () {}); window.addEventListener('DOMContentLoaded', (event) => { @@ -23,4 +24,7 @@ window.addEventListener('DOMContentLoaded', (event) => { // CONSEILS + PARCOURS observeChapterProgression(); + + // NOTIFICATIONS + notificationsInit(); });