diff --git a/static/app/views/performance/cache/tables/transactionCell.tsx b/static/app/views/performance/cache/tables/transactionCell.tsx index ed956dc2e2b22e..1a0d3e516d5f38 100644 --- a/static/app/views/performance/cache/tables/transactionCell.tsx +++ b/static/app/views/performance/cache/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 {useCacheUrl} from 'sentry/views/performance/cache/utils'; import {OverflowEllipsisTextContainer} from 'sentry/views/starfish/components/textAlign';