/**
 * If we import vuedraggable directly from node-modules, error will occur on SharePoint modern page, because the library try to use AMD instead of Modules.
 * The error: unexpected anonymous amd define.
 * Therefore, we modified vuedraggable (and its dependency Sortable), then put it in wwwroot/scripts/vuedraggable.js
 * */
export {};
