Migrate sorttable to NPM package

This commit is contained in:
Sebastian Serth
2022-08-13 00:38:53 +02:00
parent 3ffff77fd1
commit a56b61d4bc
5 changed files with 8 additions and 498 deletions

View File

@ -16,6 +16,7 @@ import 'jstree';
import 'underscore';
import 'd3';
import '@sentry/browser';
import 'sorttable';
window.bootstrap = bootstrap; // Publish bootstrap in global namespace
window._ = _; // Publish underscore's `_` in global namespace
window.d3 = d3; // Publish d3 in global namespace