[SECURITY] Fix imports (#74528)

* simple solution to avoid duplicate request

* fix import of deepEqual
This commit is contained in:
Xavier Mouligneau 2020-08-06 11:44:14 -04:00 committed by GitHub
parent b3202a0e4c
commit d00035422a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,10 @@
* you may not use this file except in compliance with the Elastic License.
*/
import deepEqual from 'fast-deep-equal';
import { isEmpty } from 'lodash/fp';
import { useEffect, useMemo, useState, useRef } from 'react';
import { deepEqual } from 'hoek';
import { DEFAULT_INDEX_KEY } from '../../../../common/constants';
import { MatrixHistogramQueryProps } from '../../components/matrix_histogram/types';
import { errorToToaster, useStateToaster } from '../../components/toasters';