Skip to content

Commit

Permalink
Fix lodash import in infra
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Oct 1, 2020
1 parent f9d253a commit fcd5b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';
import groupBy from 'lodash/groupBy';
import { groupBy } from 'lodash';
import React, { Fragment, useState } from 'react';
import { euiStyled } from '../../../../../observability/public';
import {
Expand Down

0 comments on commit fcd5b36

Please sign in to comment.