From 33a977fafdae774f45f767646e04d0b1babba374 Mon Sep 17 00:00:00 2001 From: Wojdylak Date: Tue, 26 Nov 2024 09:03:27 +0100 Subject: [PATCH] [Maintenance] Minor fix --- assets/admin/entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/admin/entry.js b/assets/admin/entry.js index 746e34cfc0..43b5fad3db 100644 --- a/assets/admin/entry.js +++ b/assets/admin/entry.js @@ -1,2 +1,2 @@ // In this file you can import assets like images or stylesheets -console.log('Hello Webpack Encore! Edit me in assets/shop/entry.js'); +console.log('Hello Webpack Encore! Edit me in assets/admin/entry.js');