homegrade_theme_production/resources/js/app.js

6 lines
98 B
JavaScript

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