Skip to content

Commit 059e46f

Browse files
committed
fixed types
1 parent 8e7b78f commit 059e46f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/legacy/plugins/uptime/public/components/functional/empty_state/data_or_index_missing.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ import {
1313
EuiTitle,
1414
EuiButton,
1515
} from '@elastic/eui';
16-
import { i18n } from '@kbn/i18n';
1716
import { FormattedMessage } from '@kbn/i18n/react';
1817
import React, { useContext } from 'react';
19-
import { Link } from 'react-router-dom';
2018
import { UptimeSettingsContext } from '../../../contexts';
2119
import { DynamicSettings } from '../../../../common/runtime_types';
22-
import { SETTINGS_ROUTE } from '../../../../common/constants';
2320

2421
interface DataMissingProps {
2522
headingMessage: JSX.Element;

0 commit comments

Comments
 (0)