cleaned up lodash imports
This commit is contained in:
parent
f9767ec3cf
commit
1ee18a7fa3
15 changed files with 19 additions and 27 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import groupBy from 'lodash/groupBy'
|
||||
import map from 'lodash/map'
|
||||
import { map, groupBy } from 'lodash'
|
||||
import { mapGetters, mapState } from 'vuex'
|
||||
|
||||
import BasicUserCard from '../basic_user_card/basic_user_card.vue'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue