Browse Source

ref(ui): Use Link component in performance http/tables/domainCell (#69884)

Evan Purkhiser 10 months ago
parent
commit
4eda5df579
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/performance/http/tables/domainCell.tsx

+ 1 - 1
static/app/views/performance/http/tables/domainCell.tsx

@@ -1,7 +1,7 @@
-import {Link} from 'react-router';
 import styled from '@emotion/styled';
 import * as qs from 'query-string';
 
+import Link from 'sentry/components/links/link';
 import {space} from 'sentry/styles/space';
 import {useLocation} from 'sentry/utils/useLocation';
 import useOrganization from 'sentry/utils/useOrganization';