CHORE Renaming app.js in app.ts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-06-30 16:01:21 +02:00
parent d04899ddb4
commit 492110c921

View File

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