Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Nov 12, 2020
1 parent 18698b3 commit e3ac6a7
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import React, { Fragment, PropsWithChildren } from 'react';
import { i18n } from '@kbn/i18n';
import React, { PropsWithChildren } from 'react';
import { FormattedMessage } from '@kbn/i18n/react';
import {
EuiFlexItem,
EuiText,
EuiFlexGroup,
EuiTitle,
EuiFormRow,
EuiButtonIcon,
EuiButtonEmpty,
} from '@elastic/eui';
import { EuiFlexItem, EuiText, EuiFlexGroup, EuiTitle, EuiButtonEmpty } from '@elastic/eui';
import { partition } from 'lodash';
import { ActionGroup } from '../../../../../alerts/common';

Expand Down

0 comments on commit e3ac6a7

Please sign in to comment.