6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
/* eslint no-console:0 */
|
|
|
|
// JS
|
|
import Sortable from 'sortablejs'
|
|
window.Sortable = Sortable;
|