temp comment

This commit is contained in:
Antoine M 2025-09-16 14:06:26 +02:00
parent 341ab5e63e
commit 06e8ebbe9c

View File

@ -2,6 +2,6 @@ import menuInit from './header';
import initFooterShapes from './footer';
window.addEventListener('load', function () {
menuInit();
initFooterShapes();
// menuInit();
// initFooterShapes();
});