use semicolons in JavaScript (#1252)

This commit is contained in:
Ryan Weaver
2024-01-11 07:35:04 +01:00
committed by GitHub
parent 042b218d3d
commit 0ff0a0af1c
+2 -2
View File
@@ -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! 🎉');