carhop__dynamiques-theme__P.../resources/js/app.ts
2025-06-23 16:15:27 +02:00

8 lines
172 B
TypeScript

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