carhop__carhop-theme__DEV/resources/js/app.ts
Antoine M 492110c921
All checks were successful
continuous-integration/drone/push Build is passing
CHORE Renaming app.js in app.ts
2025-06-30 16:01:21 +02:00

8 lines
161 B
TypeScript

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