import menuInit from './header'; import initFooterShapes from './footer'; window.addEventListener('load', function () { menuInit(); initFooterShapes(); });