From 2a64076f8590848feb192328321ee847e5cf4a4e Mon Sep 17 00:00:00 2001 From: Nonimart Date: Mon, 23 Jun 2025 16:15:27 +0200 Subject: [PATCH] REFACTOR including new single styles --- resources/js/app.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();