app.js 269 B

12345678910
  1. import './bootstrap.js';
  2. /*
  3. * Welcome to your app's main JavaScript file!
  4. *
  5. * This file will be included onto the page via the importmap() Twig function,
  6. * which should already be in your base.html.twig.
  7. */
  8. import './styles/app.css';
  9. import './styles/counter.css'