INCLUDE single-revue file

This commit is contained in:
Antoine M 2025-06-10 15:01:08 +02:00
parent 219ebd65a4
commit ef67ea5738

View File

@ -1,4 +1,6 @@
import menuInit from './header'; import menuInit from './header';
window.addEventListener('load', function () { import singleRevue from './single-revue';
window.addEventListener('DOMContentLoaded', function () {
menuInit(); menuInit();
singleRevue();
}); });