Skip to content

Commit

Permalink
fix ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Mar 13, 2020
1 parent 29ab9c6 commit 0d8cf18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { i18n } from '@kbn/i18n';
import React, { PureComponent } from 'react';
import { EuiScreenReaderOnly, keyCodes } from '@elastic/eui';
import { EuiIcon, EuiTitle, EuiFlexGroup, EuiFlexItem, EuiText, EuiSpacer } from '@elastic/eui';
import { EuiIcon, EuiTitle, EuiFlexGroup, EuiFlexItem, EuiText } from '@elastic/eui';

export interface ExitFullScreenButtonProps {
onExitFullScreenMode: () => void;
Expand Down

0 comments on commit 0d8cf18

Please sign in to comment.