// The Dragndrop plugin export default function dragndrop(options) { console.log(options.selector); console.log('dragging and dropping here'); }