carhop__carhop-theme__DEV/resources/js/app.ts
2025-09-30 15:18:36 +02:00

9 lines
238 B
TypeScript

import menuInit from './header';
import initFooterShapes from './footer';
import handleScrollTop from './utilities/scroll-top';
window.addEventListener('load', function () {
// menuInit();
initFooterShapes();
handleScrollTop();
});