Remove sortablejs

This commit is contained in:
advplyr 2023-05-01 16:27:48 -05:00
commit 634167aea6
25 changed files with 530 additions and 173 deletions

View file

@ -1,7 +0,0 @@
export default function ({ $config }) {
const script = document.createElement('script')
script.type = 'text/javascript'
script.src = `${$config.routerBasePath || ''}/libs/sortable.js`
document.head.appendChild(script)
}