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