fix: removes fullcalendar from importmap and references from cdn

This commit is contained in:
2025-08-23 12:26:26 -05:00
parent 2f7d406d12
commit 942911d8ef
5 changed files with 46 additions and 95 deletions

View File

@@ -12,6 +12,7 @@
{% block javascripts %}
{% block importmap %}{{ importmap('app') }}{% endblock %}
<script src='https://cdn.jsdelivr.net/npm/fullcalendar@6.1.19/index.global.min.js'></script>
{% endblock %}
</head>
<body class="flex flex-col bg-stone-700">