From 9d37f0b802d13ce2fdca532a786eb7d0c12d4aed Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 21 Jun 2026 19:36:54 -0400 Subject: [PATCH] upd: asset.js --- assets/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/app.js b/assets/app.js index c31a289..1c3b114 100644 --- a/assets/app.js +++ b/assets/app.js @@ -5,7 +5,6 @@ import './bootstrap.js'; * This file will be included onto the page via the importmap() Twig function, * which should already be in your base.html.twig. */ -import './styles/app.css'; -const $ = require('jquery'); +//import './styles/app.css'; // console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');