Skip to content

Commit

Permalink
Fix type check
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed Sep 8, 2020
1 parent 072cd1d commit 3734206
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 React, { Fragment } from 'react';
import { EuiLoadingSpinner, EuiIconTip, EuiSpacer } from '@elastic/eui';
import { EuiLoadingSpinner, EuiIconTip } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
import { ImportRetry } from '../types';
import { SummarizedCopyToSpaceResult, SummarizedSavedObjectResult } from '..';
Expand Down

0 comments on commit 3734206

Please sign in to comment.