From b346ef4c08a4eafa09ec93f5578bfc0370d6ba14 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 24 Sep 2025 16:26:58 +0200 Subject: [PATCH] FIX the moving shapes in the footer --- resources/js/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.ts b/resources/js/app.ts index bad8d70..7f7433a 100644 --- a/resources/js/app.ts +++ b/resources/js/app.ts @@ -3,5 +3,5 @@ import initFooterShapes from './footer'; window.addEventListener('load', function () { // menuInit(); - // initFooterShapes(); + initFooterShapes(); });