import menuInit from './header'; import singlesInit from './singles/singles'; window.addEventListener('DOMContentLoaded', function () { menuInit(); singlesInit(); });