carhop__carhop-theme__DEV/resources/js/app.ts
2025-09-24 16:26:58 +02:00

8 lines
164 B
TypeScript

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