carhop__carhop-theme__DEV/resources/js/app.js
2025-06-02 17:13:15 +02:00

7 lines
160 B
JavaScript

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