keeweb/app/scripts/comp/drag-drop-info.js

6 lines
79 B
JavaScript

const DragDropInfo = {
dragObject: null
};
module.exports = DragDropInfo;