Browse Source

ref(js): Use sentry/link in slowestFunctionsTable (#76483)

Evan Purkhiser 6 months ago
parent
commit
2dce516299
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/profiling/landing/slowestFunctionsTable.tsx

+ 1 - 1
static/app/views/profiling/landing/slowestFunctionsTable.tsx

@@ -1,5 +1,4 @@
 import {Fragment, useCallback, useMemo, useState} from 'react';
-import {Link} from 'react-router';
 import styled from '@emotion/styled';
 import {clamp} from 'lodash';
 
@@ -7,6 +6,7 @@ import {Button} from 'sentry/components/button';
 import ButtonBar from 'sentry/components/buttonBar';
 import EmptyStateWarning from 'sentry/components/emptyStateWarning';
 import ProjectBadge from 'sentry/components/idBadge/projectBadge';
+import Link from 'sentry/components/links/link';
 import LoadingIndicator from 'sentry/components/loadingIndicator';
 import Panel from 'sentry/components/panels/panel';
 import {Tooltip} from 'sentry/components/tooltip';