fix(xo-web): fix 'mapValues is defined but never used' error (#5618)
Introduced by 062fb3ba30
This commit is contained in:
@@ -6,7 +6,6 @@ import filter from 'lodash/filter'
|
||||
import find from 'lodash/find'
|
||||
import isEmpty from 'lodash/isEmpty'
|
||||
import map from 'lodash/map'
|
||||
import mapValues from 'lodash/mapValues'
|
||||
import React from 'react'
|
||||
import some from 'lodash/some'
|
||||
import store from 'store'
|
||||
|
||||
Reference in New Issue
Block a user