diff --git a/resources/js/app.ts b/resources/js/app.ts index 96b517c..e40fc62 100644 --- a/resources/js/app.ts +++ b/resources/js/app.ts @@ -1,6 +1,5 @@ import menuInit from './header'; -import singleRevue from './single-revue'; -import singlesInit from './singles'; +import singlesInit from './singles/singles'; window.addEventListener('DOMContentLoaded', function () { menuInit();