diff --git a/static/app/views/performance/http/tables/transactionCell.tsx b/static/app/views/performance/http/tables/transactionCell.tsx index 6fec089575a0d0..900152f1d777d8 100644 --- a/static/app/views/performance/http/tables/transactionCell.tsx +++ b/static/app/views/performance/http/tables/transactionCell.tsx @@ -1,6 +1,6 @@ -import {Link} from 'react-router'; import * as qs from 'query-string'; +import Link from 'sentry/components/links/link'; import {useLocation} from 'sentry/utils/useLocation'; import useOrganization from 'sentry/utils/useOrganization'; import {normalizeUrl} from 'sentry/utils/withDomainRequired';