fix(xo-web): fix 'mapValues is defined but never used' error (#5618)

Introduced by 062fb3ba30
This commit is contained in:
Rajaa.BARHTAOUI
2021-02-26 10:11:04 +01:00
committed by GitHub
parent aac61d8120
commit b9ce0bd99d

View File

@@ -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'