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

8 lines
167 B
TypeScript

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