cleaned up lodash imports
This commit is contained in:
parent
f9767ec3cf
commit
1ee18a7fa3
15 changed files with 19 additions and 27 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// eslint-disable-next-line no-unused
|
||||
|
||||
import isEmpty from 'lodash/isEmpty'
|
||||
import { isEmpty } from 'lodash'
|
||||
import { h } from 'vue'
|
||||
|
||||
import { getComponentProps } from '../../services/component_utils/component_utils'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue