No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

16 líneas
388B

  1. /*
  2. * Welcome to your app's main JavaScript file!
  3. *
  4. * We recommend including the built version of this JavaScript file
  5. * (and its CSS file) in your base layout (base.html.twig).
  6. */
  7. // any CSS you import will output into a single css file (app.css in this case)
  8. import './common.scss';
  9. import './common.js';
  10. // start the Stimulus application
  11. //import './bootstrap';
  12. alert('Yo !') ;