INCLUDE single-revue file
This commit is contained in:
parent
219ebd65a4
commit
ef67ea5738
|
|
@ -1,4 +1,6 @@
|
|||
import menuInit from './header';
|
||||
window.addEventListener('load', function () {
|
||||
import singleRevue from './single-revue';
|
||||
window.addEventListener('DOMContentLoaded', function () {
|
||||
menuInit();
|
||||
singleRevue();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user