File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
static/app/views/performance/transactionSummary/transactionEvents Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import {projectSupportsReplay} from 'sentry/utils/replays/projectSupportsReplay'
2828import { useDatePageFilterProps } from 'sentry/utils/useDatePageFilterProps' ;
2929import { useMaxPickableDays } from 'sentry/utils/useMaxPickableDays' ;
3030import { useNavigate } from 'sentry/utils/useNavigate' ;
31- import { useRoutes } from 'sentry/utils/useRoutes' ;
3231import { hasDatasetSelector } from 'sentry/views/dashboards/utils' ;
3332import { TraceItemSearchQueryBuilder } from 'sentry/views/explore/components/traceItemSearchQueryBuilder' ;
3433import { useDomainViewFilters } from 'sentry/views/insights/pages/useFilters' ;
@@ -110,7 +109,6 @@ export function EventsContent(props: Props) {
110109 projectId,
111110 projects,
112111 } = props ;
113- const routes = useRoutes ( ) ;
114112 const theme = useTheme ( ) ;
115113 const domainViewFilters = useDomainViewFilters ( ) ;
116114 const shouldUseEAP = useTransactionSummaryEAP ( ) ;
@@ -213,7 +211,6 @@ export function EventsContent(props: Props) {
213211 theme = { theme }
214212 eventView = { eventView }
215213 organization = { organization }
216- routes = { routes }
217214 location = { location }
218215 setError = { setError }
219216 columnTitles = { titles }
You can’t perform that action at this time.
0 commit comments