upd: asset.js

This commit is contained in:
2026-06-21 19:36:54 -04:00
parent 3bf4e03ba6
commit 9d37f0b802
+1 -2
View File
@@ -5,7 +5,6 @@ import './bootstrap.js';
* This file will be included onto the page via the importmap() Twig function, * This file will be included onto the page via the importmap() Twig function,
* which should already be in your base.html.twig. * which should already be in your base.html.twig.
*/ */
import './styles/app.css'; //import './styles/app.css';
const $ = require('jquery');
// console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉'); // console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');