Skip to content

Commit

Permalink
Resolve type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Jun 29, 2021
1 parent 7743a54 commit 0d713a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

import React, { useState } from 'react';
import { EuiSwitch, EuiPopover, EuiText, EuiFormRow } from '@elastic/eui';
import { useRouteMatch } from 'react-router-dom';
import { FormattedMessage } from '@kbn/i18n/react';
import { ReactRouterEuiLink } from '../../../common/react_router_helpers';
import { MONITOR_ROUTE, SETTINGS_ROUTE } from '../../../../../common/constants';
import { SETTINGS_ROUTE } from '../../../../../common/constants';
import { ENABLE_STATUS_ALERT } from './translations';

interface Props {
Expand Down

0 comments on commit 0d713a9

Please sign in to comment.