Skip to content

Commit

Permalink
Removing FunctionComponent, which was not read and caused build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Locke committed Sep 4, 2020
1 parent 500403b commit 6872e49
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 { i18n } from '@kbn/i18n';
import React, { FunctionComponent, ReactNode } from 'react';
import React, { ReactNode } from 'react';
import { FormattedMessage } from '@kbn/i18n/react';
import { EuiCode } from '@elastic/eui';

Expand Down

0 comments on commit 6872e49

Please sign in to comment.