Files
ENI-sortir/assets/not-found.js
Olivier PARPAILLON 3fd95744a9 error page
2024-11-25 14:01:59 +01:00

11 lines
335 B
JavaScript

// import './bootstrap.js';
/*
* Welcome to your app's main JavaScript file!
*
* This file will be included onto the page via the importmap() Twig function,
* which should already be in your base.html.twig.
*/
import './styles/not-found.css';
console.log('This log comes from assets/notfound.js - welcome to AssetMapper! 🎉');