From 06e8ebbe9c623aa149af3d83fd911b017732353b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 16 Sep 2025 14:06:26 +0200 Subject: [PATCH] temp comment --- resources/js/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/app.ts b/resources/js/app.ts index c59debd..bad8d70 100644 --- a/resources/js/app.ts +++ b/resources/js/app.ts @@ -2,6 +2,6 @@ import menuInit from './header'; import initFooterShapes from './footer'; window.addEventListener('load', function () { - menuInit(); - initFooterShapes(); + // menuInit(); + // initFooterShapes(); });