import menuInit from './header'; import initFooterShapes from './footer'; import handleScrollTop from './utilities/scroll-top'; import handleInsidePageScrolling from './page-scrolling'; window.addEventListener('load', function () { // menuInit(); initFooterShapes(); handleScrollTop(); handleInsidePageScrolling(); });