Skip to content

Commit 0ff0a0a

Browse files
authored
use semicolons in JavaScript (#1252)
1 parent 042b218 commit 0ff0a0a

File tree

1 file changed

+2
-2
lines changed
  • symfony/asset-mapper/6.4/assets

1 file changed

+2
-2
lines changed

symfony/asset-mapper/6.4/assets/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* This file will be included onto the page via the importmap() Twig function,
55
* which should already be in your base.html.twig.
66
*/
7-
import './styles/app.css'
7+
import './styles/app.css';
88

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

0 commit comments

Comments
 (0)