File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
static/app/views/insights/mobile/screenload/components/charts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ import {t} from 'sentry/locale';
9
9
import { space } from 'sentry/styles/space' ;
10
10
import type { Series } from 'sentry/types/echarts' ;
11
11
import { defined } from 'sentry/utils' ;
12
- import { EventsMetaType } from 'sentry/utils/discover/eventView' ;
12
+ import { type EventsMetaType } from 'sentry/utils/discover/eventView' ;
13
13
import { MutableSearch } from 'sentry/utils/tokenizeSearch' ;
14
14
import { formatVersion } from 'sentry/utils/versions/formatVersion' ;
15
15
// TODO(release-drawer): Only used in mobile/screenload/components/
16
16
// eslint-disable-next-line no-restricted-imports
17
17
import { InsightsLineChartWidget } from 'sentry/views/insights/common/components/insightsLineChartWidget' ;
18
18
import { useMetrics } from 'sentry/views/insights/common/queries/useDiscover' ;
19
- import { DiscoverSeries } from 'sentry/views/insights/common/queries/useDiscoverSeries' ;
19
+ import { type DiscoverSeries } from 'sentry/views/insights/common/queries/useDiscoverSeries' ;
20
20
import { useReleaseSelection } from 'sentry/views/insights/common/queries/useReleases' ;
21
21
import { useTopNMetricsMultiSeries } from 'sentry/views/insights/common/queries/useTopNDiscoverMultiSeries' ;
22
22
import { formatVersionAndCenterTruncate } from 'sentry/views/insights/common/utils/centerTruncate' ;
You can’t perform that action at this time.
0 commit comments