promote AlpineJS to global dependency

This commit is contained in:
thomas girod
2024-08-05 17:08:30 +02:00
parent e37ce4172e
commit 29bb0f6712
8 changed files with 3 additions and 16 deletions

View File

@ -4,10 +4,6 @@
{% trans %}UV Guide{% endtrans %}
{% endblock %}
{% block additional_js %}
<script src="{{ static('core/js/alpinejs.min.js') }}" defer></script>
{% endblock %}
{% block additional_css %}
<link rel="stylesheet" href="{{ scss('pedagogy/css/pedagogy.scss') }}">
<link rel="stylesheet" href="{{ scss('core/pagination.scss') }}">