change underscore import to lodash
This commit is contained in:
parent
da25471e3c
commit
724780c240
@ -1,5 +1,5 @@
|
||||
import Storage from '/imports/ui/services/storage/session';
|
||||
import _ from 'underscore';
|
||||
import _ from 'lodash';
|
||||
|
||||
const SETTINGS = [
|
||||
'application',
|
||||
|
Loading…
Reference in New Issue
Block a user