Skip to content

Commit

Permalink
chore(NA): fix lodash usage on apm
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 2, 2020
1 parent fc13937 commit ce56693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { i18n } from '@kbn/i18n';
import mean from 'lodash.mean';
import { mean } from 'lodash';
import { Theme } from '@kbn/ui-shared-deps/theme';
import {
ApmFetchDataResponse,
Expand Down

0 comments on commit ce56693

Please sign in to comment.