|
@@ -1,5 +1,4 @@
|
|
|
import {Component, Fragment} from 'react';
|
|
|
-import {Link} from 'react-router';
|
|
|
import {css} from '@emotion/react';
|
|
|
import styled from '@emotion/styled';
|
|
|
|
|
@@ -7,6 +6,7 @@ import {ModalRenderProps} from 'sentry/actionCreators/modal';
|
|
|
import {Client} from 'sentry/api';
|
|
|
import {Button} from 'sentry/components/button';
|
|
|
import Input from 'sentry/components/input';
|
|
|
+import Link from 'sentry/components/links/link';
|
|
|
import {IconChevron, IconSearch} from 'sentry/icons';
|
|
|
import {t} from 'sentry/locale';
|
|
|
import space from 'sentry/styles/space';
|