app.js 293 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.scss';
  9. import "@fortawesome/fontawesome-free/css/all.css";