From 492110c921cf9a1027e5665886551fac2a295647 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 30 Jun 2025 16:01:21 +0200 Subject: [PATCH] CHORE Renaming app.js in app.ts --- resources/js/{app.js => app.ts} | 1 + 1 file changed, 1 insertion(+) rename resources/js/{app.js => app.ts} (99%) diff --git a/resources/js/app.js b/resources/js/app.ts similarity index 99% rename from resources/js/app.js rename to resources/js/app.ts index d3710f9..c59debd 100644 --- a/resources/js/app.js +++ b/resources/js/app.ts @@ -1,5 +1,6 @@ import menuInit from './header'; import initFooterShapes from './footer'; + window.addEventListener('load', function () { menuInit(); initFooterShapes();