8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
import Sortable from 'sortablejs/Sortable';
|
|
|
|
try {
|
|
window.Sortable = Sortable;
|
|
} catch (e) {}
|
|
|
|
export { Sortable };
|