Files
myep/assets/app.js
T
2024-11-20 18:32:09 +01:00

10 lines
263 B
JavaScript

import './bootstrap.js';
/*
* Welcome to your app's main JavaScript file!
*
* This file will be included onto the page via the importmap() Twig function,
* which should already be in your base.html.twig.
*/
import '@picocss/pico';
import './styles/app.css';