8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
import menuInit from './header';
|
|
import initFooterShapes from './footer';
|
|
|
|
window.addEventListener('load', function () {
|
|
menuInit();
|
|
initFooterShapes();
|
|
});
|