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(); });