pianello-api/resources/js/vendor/calendar/plugins/interaction.js
Ale Gallo 82f958e5da Committing laravel (part 3)
committing js templating files and components
2023-11-10 16:00:59 +01:00

3 lines
150 B
JavaScript

import interactionPlugin, { Draggable } from "@fullcalendar/interaction";
window.interactionPlugin = interactionPlugin;
window.Draggable = Draggable;