Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Mar 23, 2021
1 parent 2e7e930 commit cfe342c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';
import React, { FunctionComponent } from 'react';
import { EuiCallOut, EuiCode, EuiLink } from '@elastic/eui';
import { EuiCallOut, EuiLink } from '@elastic/eui';

import { useCore } from '../../../../app_context';

Expand Down

0 comments on commit cfe342c

Please sign in to comment.