Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

13 lines
350B

  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 './styles/app.css';
  9. // start the Stimulus application
  10. import './bootstrap';