File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
static/app/views/performance/newTraceDetails/traceDrawer/details/uptime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- import { type Theme , useTheme } from '@emotion/react' ;
1
+ import { useTheme , type Theme } from '@emotion/react' ;
2
2
import type { Location } from 'history' ;
3
3
4
4
import LoadingError from 'sentry/components/loadingError' ;
@@ -10,8 +10,8 @@ import {useLocation} from 'sentry/utils/useLocation';
10
10
import useProjects from 'sentry/utils/useProjects' ;
11
11
import { prettifyAttributeName } from 'sentry/views/explore/components/traceItemAttributes/utils' ;
12
12
import {
13
- type TraceItemDetailsResponse ,
14
13
useTraceItemDetails ,
14
+ type TraceItemDetailsResponse ,
15
15
} from 'sentry/views/explore/hooks/useTraceItemDetails' ;
16
16
import { TraceItemDataset } from 'sentry/views/explore/types' ;
17
17
import { Attributes } from 'sentry/views/performance/newTraceDetails/traceDrawer/details/span/eapSections/attributes' ;
You can’t perform that action at this time.
0 commit comments