Skip to content

Commit

Permalink
Remove unused EuiScreenReaderOnly.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Sep 10, 2021
1 parent 9e20275 commit 1aab346
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@

import React, { useEffect } from 'react';
import { useHistory } from 'react-router-dom';
import {
EuiCard,
EuiStat,
EuiSpacer,
EuiFlexGroup,
EuiFlexItem,
EuiScreenReaderOnly,
} from '@elastic/eui';
import { EuiCard, EuiStat, EuiSpacer, EuiFlexGroup, EuiFlexItem } from '@elastic/eui';
import { i18n } from '@kbn/i18n';

import { reactRouterNavigate } from '../../../../../../../../../src/plugins/kibana_react/public';
Expand Down

0 comments on commit 1aab346

Please sign in to comment.