app.js 330 B

12345678910111213
  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/buttons.css';
  9. import './styles/app.css';
  10. import './styles/forms.css';
  11. import './styles/badges.css';