Use deep imports for importing lodash to make tree shaking easier
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import UserShareBaseModel from "./userShareBase";
|
||||
import {merge} from 'lodash'
|
||||
import merge from 'lodash'
|
||||
|
||||
// This class extends the user share model with a 'rights' parameter which is used in sharing
|
||||
export default class UserNamespaceModel extends UserShareBaseModel {
|
||||
|
Reference in New Issue
Block a user