Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/* @flow */
// Import only the functionality of sortablejs which is needed
import Sortable, { AutoScroll } from 'sortablejs/modular/sortable.core.esm';
Sortable.mount(new AutoScroll());
export { Sortable };