mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
96252: Make existing lodash imports tree-shakeable
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { hasValue, isEmpty, isNotEmpty, isNotNull, isUndefined } from '../../shared/empty.util';
|
||||
import { differenceWith, findKey, isEqual, uniqWith } from 'lodash';
|
||||
import differenceWith from 'lodash/differenceWith';
|
||||
import findKey from 'lodash/findKey';
|
||||
import isEqual from 'lodash/isEqual';
|
||||
import uniqWith from 'lodash/uniqWith';
|
||||
|
||||
import {
|
||||
ChangeSubmissionCollectionAction,
|
||||
|
Reference in New Issue
Block a user