upd: app.js

add jquery
This commit is contained in:
Ryan Prather 2025-04-27 22:53:32 -04:00
parent 9e85edbb25
commit 13bcafcebf

View File

@ -6,5 +6,6 @@ import './bootstrap.js';
* 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! 🎉');