Skip to content

Commit

Permalink
use semicolons in JavaScript (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan authored Jan 11, 2024
1 parent 042b218 commit 0ff0a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symfony/asset-mapper/6.4/assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
* 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'
import './styles/app.css';

console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉')
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');

0 comments on commit 0ff0a0a

Please sign in to comment.