Skip to content

Commit 56522a7

Browse files
committed
import aas type
1 parent b5e2e1d commit 56522a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/app/views/insights/mobile/screenload/components/charts/screenCharts.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import {t} from 'sentry/locale';
99
import {space} from 'sentry/styles/space';
1010
import type {Series} from 'sentry/types/echarts';
1111
import {defined} from 'sentry/utils';
12-
import {EventsMetaType} from 'sentry/utils/discover/eventView';
12+
import {type EventsMetaType} from 'sentry/utils/discover/eventView';
1313
import {MutableSearch} from 'sentry/utils/tokenizeSearch';
1414
import {formatVersion} from 'sentry/utils/versions/formatVersion';
1515
// TODO(release-drawer): Only used in mobile/screenload/components/
1616
// eslint-disable-next-line no-restricted-imports
1717
import {InsightsLineChartWidget} from 'sentry/views/insights/common/components/insightsLineChartWidget';
1818
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';
2020
import {useReleaseSelection} from 'sentry/views/insights/common/queries/useReleases';
2121
import {useTopNMetricsMultiSeries} from 'sentry/views/insights/common/queries/useTopNDiscoverMultiSeries';
2222
import {formatVersionAndCenterTruncate} from 'sentry/views/insights/common/utils/centerTruncate';

0 commit comments

Comments
 (0)