Skip to content

Commit d7eafad

Browse files
authored
remove unused imports after 6aa1371 change
1 parent 8b670a4 commit d7eafad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/views/settings/organizationIntegrations/integrationCodeMappings.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {Fragment, useCallback, useMemo} from 'react';
22
import styled from '@emotion/styled';
3-
import type {InfiniteData} from '@tanstack/react-query';
43
import sortBy from 'lodash/sortBy';
54

65
import {Button, LinkButton} from '@sentry/scraps/button';
@@ -24,7 +23,7 @@ import type {
2423
RepositoryProjectPathConfig,
2524
} from 'sentry/types/integrations';
2625
import {trackAnalytics} from 'sentry/utils/analytics';
27-
import {useFetchAllPages, type ApiResponse} from 'sentry/utils/api/apiFetch';
26+
import {useFetchAllPages} from 'sentry/utils/api/apiFetch';
2827
import {apiOptions} from 'sentry/utils/api/apiOptions';
2928
import {getApiUrl} from 'sentry/utils/api/getApiUrl';
3029
import {getIntegrationIcon} from 'sentry/utils/integrationUtil';

0 commit comments

Comments
 (0)