Fix import of lodash module

This commit is contained in:
Sebastian Serth
2022-12-19 15:16:54 +01:00
parent 836aba533f
commit 735f37d1dd

View File

@ -13,7 +13,7 @@ import 'jquery-ujs'
import * as bootstrap from 'bootstrap/dist/js/bootstrap.bundle';
import 'chosen-js/chosen.jquery';
import 'jstree';
import 'underscore';
import * as _ from 'underscore';
import * as d3 from 'd3';
import * as Sentry from '@sentry/browser';
import 'sorttable';