You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 satır
370B

  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';