Skip to content

Commit

Permalink
Remove superfluous imports
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Oct 16, 2019
1 parent 1849578 commit 1f530d1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

import {
EuiButton,
EuiEmptyPrompt,
EuiFlexGroup,
EuiFlexItem,
Expand All @@ -16,7 +15,6 @@ import {
} from '@elastic/eui';
import numeral from '@elastic/numeral';
import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';
import React, { useMemo } from 'react';

import euiStyled from '../../../../../../../../common/eui_styled_components';
Expand Down

0 comments on commit 1f530d1

Please sign in to comment.