mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
use semicolons in JavaScript (#1252)
This commit is contained in:
@@ -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! 🎉');
|
||||
|
||||
Reference in New Issue
Block a user