app.js 364 B

1234567891011
  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 './vendor/bulma/css/bulma.min.css';
  10. console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');