code.gitea.io/gitea@v1.21.7/web_src/js/modules/sortable.js (about)

     1  export async function createSortable(...args) {
     2    const {Sortable} = await import(/* webpackChunkName: "sortablejs" */'sortablejs');
     3    return new Sortable(...args);
     4  }